.. |
Bytecode
|
35cc579264
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
|
3 anos atrás |
Heap
|
12024aeda9
LibJS: Use ElapsedTimer::start_new();
|
3 anos atrás |
Runtime
|
7c39a5860d
LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObject
|
3 anos atrás |
Tests
|
99f9609e45
LibJS: Evaluate function arguments before checking callee type
|
3 anos atrás |
AST.cpp
|
99f9609e45
LibJS: Evaluate function arguments before checking callee type
|
3 anos atrás |
AST.h
|
def8b44c40
LibJS: Add support for public fields in classes
|
3 anos atrás |
CMakeLists.txt
|
d9c3bafcd9
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
|
3 anos atrás |
Console.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 anos atrás |
Console.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
Forward.h
|
d9c3bafcd9
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
|
3 anos atrás |
Interpreter.cpp
|
7b92889e6b
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
|
3 anos atrás |
Interpreter.h
|
7b92889e6b
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
|
3 anos atrás |
Lexer.cpp
|
a50e33abe3
LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters
|
3 anos atrás |
Lexer.h
|
d7578ddebb
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
|
3 anos atrás |
MarkupGenerator.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anos atrás |
MarkupGenerator.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
Parser.cpp
|
910de95e7a
LibJS: Add a fast failure path to try_parse_arrow_function_expression()
|
3 anos atrás |
Parser.h
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 anos atrás |
Script.cpp
|
3ca2e701e6
LibJS: Log scripts parsed by JS::Script::parse() and how long it took
|
3 anos atrás |
Script.h
|
106f295916
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
|
3 anos atrás |
SourceRange.h
|
1a9518ebe3
LibJS: Implement parsing and evaluation for AssignmentPatterns
|
4 anos atrás |
SyntaxHighlighter.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 anos atrás |
SyntaxHighlighter.h
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 anos atrás |
Token.cpp
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 anos atrás |
Token.h
|
bbddfeef4b
LibJS: Clean up token constructor and use method instead for identifiers
|
3 anos atrás |