Andreas Kling 6cbcd521a2 LibJS/JIT: Add fast path for UnaryMinus on Int32 1 年之前
..
Bytecode 3d92c26445 LibJS: Stop making shapes unique 1 年之前
Contrib 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
Heap 96d44b1572 Userland: Make bit-fields compatible with MSVC C++ ABI 1 年之前
JIT 6cbcd521a2 LibJS/JIT: Add fast path for UnaryMinus on Int32 1 年之前
Runtime 8eacb81eba LibJS: Skip redundant marking of Shape property table keys 1 年之前
Tests a2c3db8367 LibJS: Add basic support for module code with top-level await 1 年之前
AST.cpp 463931384d LibJS: Don't use Handle<Value> for JS::Object private fields 1 年之前
AST.h ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated 1 年之前
CMakeLists.txt a7073c3f1f LibJS: Skip test262 tests with the CanBlockIsFalse flag 1 年之前
Console.cpp 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> 1 年之前
Console.h 396655d145 LibJS: Begin implementing console.dir 2 年之前
CyclicModule.cpp 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects 1 年之前
CyclicModule.h 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place 1 年之前
Forward.h 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 年之前
Lexer.cpp 34344120f2 AK: Make "foo"_string infallible 2 年之前
Lexer.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
MarkupGenerator.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 年之前
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 年之前
Module.cpp 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place 1 年之前
Module.h 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects 1 年之前
ModuleLoading.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec 1 年之前
Parser.cpp 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec 1 年之前
Parser.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec 1 年之前
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 年之前
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 年之前
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 年之前
Print.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 年之前
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 年之前
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper 1 年之前
Script.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
Script.h 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place 1 年之前
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 年之前
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 年之前
SourceRange.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 年之前
SourceTextModule.cpp a2c3db8367 LibJS: Add basic support for module code with top-level await 1 年之前
SourceTextModule.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 年之前
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 年之前
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 年之前
SyntheticModule.cpp fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 年之前
SyntheticModule.h fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 年之前
Token.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年之前
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token 2 年之前