ladybird/Libraries/LibJS
2025-01-08 18:45:43 +01:00
..
Bytecode LibJS: Remove inaccurate comment about use of on_call_stack_emptied 2025-01-02 11:30:04 +01:00
Contrib/Test262
Heap
Runtime LibJS: Support date strings of the form "Thu, 09 Jan 2025 23:00:00" 2025-01-08 18:45:43 +01:00
Tests LibJS: Support date strings of the form "Thu, 09 Jan 2025 23:00:00" 2025-01-08 18:45:43 +01:00
AST.cpp LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
AST.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
CMakeLists.txt LibJS: Remove compile flag for Windows 2024-12-08 17:37:26 -07:00
Console.cpp LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
Console.h LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
CyclicModule.cpp
CyclicModule.h
Forward.h LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Lexer.cpp LibJS: Extract some JS lexer helpers to free functions 2024-12-05 13:56:21 +01:00
Lexer.h LibJS: Extract some JS lexer helpers to free functions 2024-12-05 13:56:21 +01:00
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp LibJS: Adjust FIXME for an incorrect assertion in GetModuleNamespace 2025-01-02 11:30:30 +01:00
Module.h
ModuleLoading.h
Parser.cpp LibJS: Allow async functions named "async" as function properties 2024-12-26 17:23:10 +01:00
Parser.h
ParserError.cpp
ParserError.h
Position.h LibJS: Cache source code positions more often 2024-12-02 11:42:11 +01:00
Print.cpp LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Print.h
Script.cpp
Script.h
SourceCode.cpp LibJS: Cache source code positions more often 2024-12-02 11:42:11 +01:00
SourceCode.h
SourceRange.h
SourceTextModule.cpp LibJS: Remove unneeded FIXMEs for suspending an execution context 2025-01-02 11:30:04 +01:00
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp LibJS: Remove unneeded FIXMEs for suspending an execution context 2025-01-02 11:30:04 +01:00
SyntheticModule.h
Token.cpp
Token.h