.. |
Bytecode
|
545d403f6b
LibJS: Convert Value operator AOs to ThrowCompletionOr
|
3 lat temu |
Heap
|
2495460f6e
LibJS: Prune WeakContainers before freeing HeapBlocks
|
3 lat temu |
Runtime
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 lat temu |
Tests
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
3 lat temu |
AST.cpp
|
545d403f6b
LibJS: Convert Value operator AOs to ThrowCompletionOr
|
3 lat temu |
AST.h
|
b2de563166
LibJS: Propagate "contains direct call to eval()" flag from parser
|
3 lat temu |
CMakeLists.txt
|
d40331ef69
LibJS: Start implementing ShadowRealm
|
3 lat temu |
Console.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 lat temu |
Console.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Forward.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 lat temu |
Interpreter.cpp
|
58c34012dd
LibJS: Pop execution context after running queued jobs in run()
|
3 lat temu |
Interpreter.h
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 lat temu |
Lexer.cpp
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 lat temu |
Lexer.h
|
8bde4e94d8
LibJS: Make Lexer::s_keywords store keywords as FlyString
|
3 lat temu |
MarkupGenerator.cpp
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 lat temu |
MarkupGenerator.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Module.cpp
|
d553fd7f4f
LibJS: Add a barebones Module class
|
3 lat temu |
Module.h
|
d553fd7f4f
LibJS: Add a barebones Module class
|
3 lat temu |
Parser.cpp
|
9394cbcd24
LibJS: Do not save state for peeking at the next token from the lexer
|
3 lat temu |
Parser.h
|
9394cbcd24
LibJS: Do not save state for peeking at the next token from the lexer
|
3 lat temu |
Script.cpp
|
20fb900937
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
|
3 lat temu |
Script.h
|
10c489713d
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
|
3 lat temu |
SourceRange.h
|
a95b321bf1
LibJS: Add missing headers
|
3 lat temu |
SourceTextModule.cpp
|
5fa02b8a9e
LibJS: Add a barebones SourceTextModule class
|
3 lat temu |
SourceTextModule.h
|
5fa02b8a9e
LibJS: Add a barebones SourceTextModule class
|
3 lat temu |
SyntaxHighlighter.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 lat temu |
SyntaxHighlighter.h
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 lat temu |
Token.cpp
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 lat temu |
Token.h
|
32e98d0924
Libraries: Use AK::Variant default initialization where appropriate
|
3 lat temu |