.. |
Bytecode
|
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
2021-11-17 00:21:13 +01:00 |
Heap
|
LibJS: Add Handle::operator->()
|
2021-12-09 21:28:52 +01:00 |
Runtime
|
LibJS: Update spec comment in Temporal.Duration.prototype.round()
|
2021-12-09 23:14:36 +00:00 |
Tests
|
LibJS/Tests: Enable two more skipped tests which now pass
|
2021-12-08 20:08:26 +00:00 |
AST.cpp
|
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
|
2021-11-30 17:05:32 +00:00 |
AST.h
|
LibJS: Split parsing program to script and module separately
|
2021-11-30 17:05:32 +00:00 |
CMakeLists.txt
|
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
|
2021-12-08 11:29:36 +00:00 |
Console.cpp
|
|
|
Console.h
|
|
|
Forward.h
|
LibJS: Implement a nearly empty Intl.DateTimeFormat object
|
2021-11-29 22:48:46 +00:00 |
Interpreter.cpp
|
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
2021-11-14 16:14:38 +00:00 |
Interpreter.h
|
LibJS: Make scoping follow the spec
|
2021-09-30 08:16:32 +01:00 |
Lexer.cpp
|
LibJS: Treat private identifier as divisible token
|
2021-11-30 17:05:32 +00:00 |
Lexer.h
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |
MarkupGenerator.cpp
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |
MarkupGenerator.h
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |
Module.cpp
|
|
|
Module.h
|
|
|
Parser.cpp
|
LibJS: Don't match async \n function as an async function declaration
|
2021-11-30 17:05:32 +00:00 |
Parser.h
|
LibJS: Split parsing program to script and module separately
|
2021-11-30 17:05:32 +00:00 |
Script.cpp
|
|
|
Script.h
|
|
|
SourceRange.h
|
LibJS: Add missing headers
|
2021-10-06 23:52:40 +01:00 |
SourceTextModule.cpp
|
|
|
SourceTextModule.h
|
|
|
SyntaxHighlighter.cpp
|
|
|
SyntaxHighlighter.h
|
|
|
Token.cpp
|
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
2021-11-30 17:05:32 +00:00 |
Token.h
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |