Timothy Flynn 88a560dd84 LibJS: Implement Intl.Locale.prototype.textInfo property 3 years ago
..
Bytecode c153d1779e LibJS/Bytecode: End the for variable scope at the start of its end block 3 years ago
Contrib 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
Heap 5407fe8fcf LibJS: Make Handle<Value>::is_null() also consider the contained value 3 years ago
Runtime 88a560dd84 LibJS: Implement Intl.Locale.prototype.textInfo property 3 years ago
Tests 88a560dd84 LibJS: Implement Intl.Locale.prototype.textInfo property 3 years ago
AST.cpp 1f5cef1319 LibJS: Make AST.cpp compile with -O0 3 years ago
AST.h c0fadfb9b7 LibJS/Bytecode: Implement break/continue labels 3 years ago
CMakeLists.txt 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 3 years ago
Console.cpp 05748ed607 LibJS: Convert Console to use MarkedVector<Value> 3 years ago
Console.h 05748ed607 LibJS: Convert Console to use MarkedVector<Value> 3 years ago
CyclicModule.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
CyclicModule.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
Forward.h 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 3 years ago
Interpreter.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
Interpreter.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
Lexer.cpp 92e0378dbd LibJS: Always inline Lexer::current_code_point() 3 years ago
Lexer.h 56c425eec1 LibJS: Detect invalid unicode and stop lexing at that point 3 years ago
MarkupGenerator.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
MarkupGenerator.h 086969277e Everywhere: Run clang-format 3 years ago
Module.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
Module.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
Parser.cpp ebac8abc04 LibJS: Explicitly instantiate Parser::parse_function_node 3 years ago
Parser.h eae8520dbb LibJS: Properly compute the line for source location hints 3 years ago
Script.cpp 7767f9be37 LibJS: Rename some variables from "script body" to "script" 3 years ago
Script.h d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 years ago
SourceTextModule.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
SourceTextModule.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format 3 years ago
SyntheticModule.cpp 89d4094709 LibJS: Mark concrete method calls of Environment Records with ?/! 3 years ago
SyntheticModule.h 6b5c882af3 LibJS: Add support for JSON modules 3 years ago
Token.cpp 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) 3 years ago
Token.h 086969277e Everywhere: Run clang-format 3 years ago