Andreas Kling 1a3fa2d88b LibJS: Make Parser::ScopePusher::has_declaration() take FlyString hace 3 años
..
Bytecode d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references hace 3 años
Heap 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) hace 3 años
Runtime 34a4ce7955 LibJS: Stop eagerly creating the backing store for IndexedProperties hace 3 años
Tests 44a2ebea00 LibJS: Correct the handling of accessors on strings hace 3 años
AST.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
AST.h 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr hace 3 años
CMakeLists.txt 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) hace 3 años
Console.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods hace 3 años
Console.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods hace 3 años
CyclicModule.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
CyclicModule.h f568939568 LibJS: Implement the import assertions proposal hace 3 años
Forward.h 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) hace 3 años
Interpreter.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
Interpreter.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
Lexer.cpp 3d9f2e2f94 LibJS: Add ASCII fast path to Lexer::current_code_point() hace 3 años
Lexer.h 56c425eec1 LibJS: Detect invalid unicode and stop lexing at that point hace 3 años
MarkupGenerator.cpp 58ccca6a9d LibJS+js: Pretty-print Date objects using the ToDateString AO hace 3 años
MarkupGenerator.h 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
Module.cpp 6b5c882af3 LibJS: Add support for JSON modules hace 3 años
Module.h f71f404e0c LibWeb: Introduce the Environment Settings Object hace 3 años
Parser.cpp 1a3fa2d88b LibJS: Make Parser::ScopePusher::has_declaration() take FlyString hace 3 años
Parser.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
Script.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h hace 3 años
Script.h 6ddbe8f953 LibJS: Add [[HostDefined]] internal slot to Script objects hace 3 años
SourceRange.h a95b321bf1 LibJS: Add missing headers hace 3 años
SourceTextModule.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
SourceTextModule.h f568939568 LibJS: Implement the import assertions proposal hace 3 años
SyntaxHighlighter.cpp 53166c10ca LibJS: Remove unused header includes hace 4 años
SyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters hace 4 años
SyntheticModule.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h hace 3 años
SyntheticModule.h 6b5c882af3 LibJS: Add support for JSON modules hace 3 años
Token.cpp 7624c3de0e LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes hace 3 años
Token.h 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años