ladybird/Userland/Libraries/LibJS
Shannon Booth 3781948f0c 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 💀
2023-07-01 16:55:17 +01:00
..
Bytecode
Contrib/Test262
Heap LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled 2023-07-01 07:03:11 +02:00
Runtime LibJS: Add initial implementation for SharedArrayBuffer 2023-07-01 16:55:17 +01:00
Tests LibJS: Add initial implementation for SharedArrayBuffer 2023-07-01 16:55:17 +01:00
AST.cpp
AST.h
CMakeLists.txt LibJS: Add initial implementation for SharedArrayBuffer 2023-07-01 16:55:17 +01:00
Console.cpp
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h LibJS: Add initial implementation for SharedArrayBuffer 2023-07-01 16:55:17 +01:00
Interpreter.cpp
Interpreter.h
Lexer.cpp
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp
Parser.h
ParserError.cpp
ParserError.h
Print.cpp LibJS: Show when an ArrayBuffer is detached when printing 2023-06-30 23:23:15 +02:00
Print.h
SafeFunction.h
Script.cpp
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h
SourceTextModule.cpp
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp
SyntheticModule.h
Token.cpp
Token.h