mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:27:45 +00:00
LibJS: Add initial implementation for SharedArrayBuffer
None of the actual sharing is implemented yet, but this is enough for most basic functionality. Diff Tests: +260 ✅ -262 ❌ +2 💀
This commit is contained in:
parent
1c1aa2c0d0
commit
3781948f0c
13 changed files with 347 additions and 0 deletions
|
@ -196,6 +196,8 @@ set(SOURCES
|
|||
Runtime/ShadowRealmConstructor.cpp
|
||||
Runtime/ShadowRealmPrototype.cpp
|
||||
Runtime/Shape.cpp
|
||||
Runtime/SharedArrayBufferConstructor.cpp
|
||||
Runtime/SharedArrayBufferPrototype.cpp
|
||||
Runtime/StringConstructor.cpp
|
||||
Runtime/StringIterator.cpp
|
||||
Runtime/StringIteratorPrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue