.. |
Bytecode
|
6fa600fce3
LibJS: Fix the execution context for the bytecode interpreter
|
3 年之前 |
Heap
|
c97244d3a5
LibJS: Add Handle specialisation for Value
|
3 年之前 |
Runtime
|
73a43e7cba
LibJS: Update ShadowRealm AO parameter declaration notations
|
3 年之前 |
Tests
|
e20efaa083
LibJS: Let WrappedFunction inherit target name and length
|
3 年之前 |
AST.cpp
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 年之前 |
AST.h
|
023968a489
LibJS: Implement evaluation of im- and exports statements
|
3 年之前 |
CMakeLists.txt
|
0a4430fc41
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
|
3 年之前 |
Console.cpp
|
1fba221b46
LibJS: Implement console.time/timeLog/timeEnd() methods
|
3 年之前 |
Console.h
|
1fba221b46
LibJS: Implement console.time/timeLog/timeEnd() methods
|
3 年之前 |
CyclicModule.cpp
|
191566fc97
LibJS: Avoid potential signed integer overflow in CyclicModule.cpp
|
3 年之前 |
CyclicModule.h
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 年之前 |
Forward.h
|
be9d478d92
LibJS: Add host layering point related to modules to VM
|
3 年之前 |
Interpreter.cpp
|
779e677467
LibJS: Implement HostResolveImportedModule for LibJS
|
3 年之前 |
Interpreter.h
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
3 年之前 |
Lexer.cpp
|
95a9f12b97
LibJS: Set Token's m_offset to the value's start index
|
3 年之前 |
Lexer.h
|
56c425eec1
LibJS: Detect invalid unicode and stop lexing at that point
|
3 年之前 |
MarkupGenerator.cpp
|
58ccca6a9d
LibJS+js: Pretty-print Date objects using the ToDateString AO
|
3 年之前 |
MarkupGenerator.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Module.cpp
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 年之前 |
Module.h
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 年之前 |
Parser.cpp
|
99edf5b25a
LibJS: Track whether a program has a top level await statement
|
3 年之前 |
Parser.h
|
aca427fc8c
LibJS: Make parsing import and export entries follow the spec
|
3 年之前 |
Script.cpp
|
12c2f30c54
LibJS: Add filename tracking to Script and Module
|
3 年之前 |
Script.h
|
12c2f30c54
LibJS: Add filename tracking to Script and Module
|
3 年之前 |
SourceRange.h
|
a95b321bf1
LibJS: Add missing headers
|
3 年之前 |
SourceTextModule.cpp
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 年之前 |
SourceTextModule.h
|
1b8ccf9a66
LibJS: Implement Module linking and evaluating
|
3 年之前 |
SyntaxHighlighter.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 年之前 |
SyntaxHighlighter.h
|
71b4433b0d
LibWeb+LibSyntax: Implement nested syntax highlighters
|
4 年之前 |
Token.cpp
|
7624c3de0e
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
3 年之前 |
Token.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |