.. |
Bytecode
|
f29a82dd84
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
|
3 年之前 |
Heap
|
ca940d7240
LibJS: Fix ASAN poisoning range in new HeapBlocks
|
3 年之前 |
Runtime
|
15c33477e4
LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*
|
3 年之前 |
Tests
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 年之前 |
AST.cpp
|
0d2c3f62d3
LibJS: Use move semantics more when creating Reference objects
|
3 年之前 |
AST.h
|
def8b44c40
LibJS: Add support for public fields in classes
|
3 年之前 |
CMakeLists.txt
|
d9c3bafcd9
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
|
3 年之前 |
Console.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 年之前 |
Console.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Forward.h
|
d9c3bafcd9
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
|
3 年之前 |
Interpreter.cpp
|
f29a82dd84
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
|
3 年之前 |
Interpreter.h
|
2b8d5696ab
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
|
3 年之前 |
Lexer.cpp
|
d7578ddebb
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
|
3 年之前 |
Lexer.h
|
d7578ddebb
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
|
3 年之前 |
MarkupGenerator.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 年之前 |
MarkupGenerator.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Parser.cpp
|
3fee7b0d0b
LibJS: Fix that windows style line endings were not ignored or converted
|
3 年之前 |
Parser.h
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 年之前 |
Script.cpp
|
1484980f8f
LibWeb+LibJS: Remember source filenames when using HTML::Script
|
3 年之前 |
Script.h
|
1484980f8f
LibWeb+LibJS: Remember source filenames when using HTML::Script
|
3 年之前 |
SourceRange.h
|
1a9518ebe3
LibJS: Implement parsing and evaluation for AssignmentPatterns
|
4 年之前 |
SyntaxHighlighter.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 年之前 |
SyntaxHighlighter.h
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 年之前 |
Token.cpp
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 年之前 |
Token.h
|
bbddfeef4b
LibJS: Clean up token constructor and use method instead for identifiers
|
3 年之前 |