Andreas Kling 131c3f50de LibJS: Add JS::SafeFunction, like Function but protects captures from GC 2 years ago
..
Bytecode 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM 2 years ago
Contrib 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm 2 years ago
Heap 131c3f50de LibJS: Add JS::SafeFunction, like Function but protects captures from GC 2 years ago
Runtime 82e730eba1 LibJS: Change default time display options to "always" for digital style 2 years ago
Tests 82e730eba1 LibJS: Change default time display options to "always" for digital style 2 years ago
AST.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
AST.h 3b1c3e574f LibJS: Handle empty named export 2 years ago
CMakeLists.txt ef9b543426 LibC: Remove the LibM interface target 2 years ago
Console.cpp 69dd158f91 LibJS: Create Console using a Realm instead of a VM 2 years ago
Console.h 69dd158f91 LibJS: Create Console using a Realm instead of a VM 2 years ago
CyclicModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
CyclicModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Forward.h 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics 2 years ago
Interpreter.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Interpreter.h 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 3 years ago
Lexer.cpp fbc771efe9 Everywhere: Use default StringView constructor over nullptr 3 years ago
Lexer.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
MarkupGenerator.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
MarkupGenerator.h 086969277e Everywhere: Run clang-format 3 years ago
Module.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Module.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Parser.cpp 9f661d20f7 LibJS: Allow anonymous functions as default exports 2 years ago
Parser.h 9f661d20f7 LibJS: Allow anonymous functions as default exports 2 years ago
SafeFunction.h 131c3f50de LibJS: Add JS::SafeFunction, like Function but protects captures from GC 2 years ago
Script.cpp d13d571844 LibJS: Make sure JS::Script visits its HostDefined object 2 years ago
Script.h 8f9ed415a0 LibJS+LibWeb: Make HTML::Script GC-allocated 2 years ago
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 years ago
SourceTextModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
SourceTextModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format 3 years ago
SyntheticModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
SyntheticModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Token.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Token.h c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 years ago