Linus Groh b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call 3 年之前
..
Bytecode d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 3 年之前
Heap 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) 3 年之前
Runtime b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call 3 年之前
Tests 44a2ebea00 LibJS: Correct the handling of accessors on strings 3 年之前
AST.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
AST.h 515594c667 LibJS: Add fast_is<T>() for things that were hot in RTTI 3 年之前
CMakeLists.txt 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) 3 年之前
Console.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 年之前
Console.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 年之前
CyclicModule.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 年之前
CyclicModule.h f568939568 LibJS: Implement the import assertions proposal 3 年之前
Forward.h 7676b1b925 LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^) 3 年之前
Interpreter.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 年之前
Interpreter.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
Lexer.cpp 92e0378dbd LibJS: Always inline Lexer::current_code_point() 3 年之前
Lexer.h 56c425eec1 LibJS: Detect invalid unicode and stop lexing at that point 3 年之前
MarkupGenerator.cpp 58ccca6a9d LibJS+js: Pretty-print Date objects using the ToDateString AO 3 年之前
MarkupGenerator.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
Module.cpp 6b5c882af3 LibJS: Add support for JSON modules 3 年之前
Module.h f71f404e0c LibWeb: Introduce the Environment Settings Object 3 年之前
Parser.cpp 50a446a5d1 LibJS: Make more use of Token::flystring_value() 3 年之前
Parser.h 50a446a5d1 LibJS: Make more use of Token::flystring_value() 3 年之前
Script.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h 3 年之前
Script.h 6ddbe8f953 LibJS: Add [[HostDefined]] internal slot to Script objects 3 年之前
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 年之前
SourceTextModule.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 年之前
SourceTextModule.h f568939568 LibJS: Implement the import assertions proposal 3 年之前
SyntaxHighlighter.cpp 53166c10ca LibJS: Remove unused header includes 4 年之前
SyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 年之前
SyntheticModule.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h 3 年之前
SyntheticModule.h 6b5c882af3 LibJS: Add support for JSON modules 3 年之前
Token.cpp 7624c3de0e LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes 3 年之前
Token.h 0cb0979990 LibJS: Add Token::flystring_value() to produce FlyString directly 3 年之前