.. |
Bytecode
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 年 前 |
Heap
|
6a1b82df2b
LibJS: Put zombie cell tracking code behind a compile-time flag
|
3 年 前 |
Runtime
|
32b620c62d
LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr
|
3 年 前 |
Tests
|
e5d48ee238
LibJS: Fix switch skipping case evaluation when hitting the default case
|
3 年 前 |
AST.cpp
|
e5b8544762
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
|
3 年 前 |
AST.h
|
04454efa72
LibJS: Fix improper usages of forward as flagged by SonarCloud
|
3 年 前 |
CMakeLists.txt
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 年 前 |
Console.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 年 前 |
Console.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Forward.h
|
ce946dd656
LibJS: Add ECMAScriptFunctionObject forward declaration
|
3 年 前 |
Interpreter.cpp
|
ac808a261f
LibJS: Fix that the interpreter did not clear the unwind status
|
3 年 前 |
Interpreter.h
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 年 前 |
Lexer.cpp
|
ac2c3a73b1
LibJS: Add a specific test for invalid unicode characters in the lexer
|
3 年 前 |
Lexer.h
|
8bde4e94d8
LibJS: Make Lexer::s_keywords store keywords as FlyString
|
3 年 前 |
MarkupGenerator.cpp
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年 前 |
MarkupGenerator.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Module.cpp
|
d553fd7f4f
LibJS: Add a barebones Module class
|
3 年 前 |
Module.h
|
d553fd7f4f
LibJS: Add a barebones Module class
|
3 年 前 |
Parser.cpp
|
1bc945860d
Everywhere: Use my awesome new serenityos email :^)
|
3 年 前 |
Parser.h
|
1bc945860d
Everywhere: Use my awesome new serenityos email :^)
|
3 年 前 |
Script.cpp
|
20fb900937
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
|
3 年 前 |
Script.h
|
10c489713d
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
|
3 年 前 |
SourceRange.h
|
1a9518ebe3
LibJS: Implement parsing and evaluation for AssignmentPatterns
|
4 年 前 |
SourceTextModule.cpp
|
5fa02b8a9e
LibJS: Add a barebones SourceTextModule class
|
3 年 前 |
SourceTextModule.h
|
5fa02b8a9e
LibJS: Add a barebones SourceTextModule class
|
3 年 前 |
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
|
32e98d0924
Libraries: Use AK::Variant default initialization where appropriate
|
3 年 前 |