ladybird/Libraries/LibJS
Shannon Booth 0bf2a8362a LibJS: Make Value inherit from a NanBoxedValue
NanBoxedValue is intended to be a GC-allocatable type which is not
specific to javascript, towards the effort of factoring out the GC
implementation from LibJS.
2024-11-14 15:38:45 +01:00
..
Bytecode LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
Contrib/Test262 LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
Heap LibJS: Make Value inherit from a NanBoxedValue 2024-11-14 15:38:45 +01:00
Runtime LibJS: Make Value inherit from a NanBoxedValue 2024-11-14 15:38:45 +01:00
Tests LibJS: Parse dates like "November 19 2024 00:00:00 +0900" 2024-11-12 13:23:34 +01:00
AST.cpp LibJS: Use ConservativeVector when instantiating static class fields 2024-11-12 17:38:21 +01:00
AST.h
CMakeLists.txt LibJS: Move WeakContainer into the Heap folder 2024-11-13 11:08:35 +01:00
Console.cpp
Console.h
CyclicModule.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
CyclicModule.h
Forward.h LibJS: Make Value inherit from a NanBoxedValue 2024-11-14 15:38:45 +01:00
Lexer.cpp
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
Module.h LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
ModuleLoading.h
Parser.cpp LibJS: Allow division after IdentifierNames in optional chain 2024-11-11 20:19:26 +01:00
Parser.h
ParserError.cpp
ParserError.h
Position.h
Print.cpp
Print.h
Script.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h
SourceTextModule.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SyntheticModule.h
Token.cpp
Token.h