Linus Groh cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 years ago
..
Bytecode 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> 3 years ago
Heap 2495460f6e LibJS: Prune WeakContainers before freeing HeapBlocks 3 years ago
Runtime cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 years ago
Tests 15c5fbd9e9 LibJS: Implement number grouping for Intl.NumberFormat 3 years ago
AST.cpp 46dabf02ec LibJS: Add support for await expressions 3 years ago
AST.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 years ago
CMakeLists.txt 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 years ago
Console.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 years ago
Console.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Forward.h 681787de76 LibJS: Add support for async functions 3 years ago
Interpreter.cpp 58c34012dd LibJS: Pop execution context after running queued jobs in run() 3 years ago
Interpreter.h 830ea0414c LibJS: Make scoping follow the spec 3 years ago
Lexer.cpp 681787de76 LibJS: Add support for async functions 3 years ago
Lexer.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
MarkupGenerator.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
MarkupGenerator.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Module.cpp d553fd7f4f LibJS: Add a barebones Module class 3 years ago
Module.h d553fd7f4f LibJS: Add a barebones Module class 3 years ago
Parser.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Parser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Script.cpp 20fb900937 LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb 3 years ago
Script.h 10c489713d LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error) 3 years ago
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 years ago
SourceTextModule.cpp 5fa02b8a9e LibJS: Add a barebones SourceTextModule class 3 years ago
SourceTextModule.h 5fa02b8a9e LibJS: Add a barebones SourceTextModule class 3 years ago
SyntaxHighlighter.cpp 53166c10ca LibJS: Remove unused header includes 4 years ago
SyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 years ago
Token.cpp 681787de76 LibJS: Add support for async functions 3 years ago
Token.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago