Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年間 前
..
Bytecode ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年間 前
Contrib 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Heap 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
JIT ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年間 前
Runtime ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年間 前
Tests 2372584b18 LibJS/JIT: Continue to outer `finally` before returning 1 年間 前
AST.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 年間 前
AST.h ae8c98104a LibJS: Cache bytecode executables on the corresponding AST nodes 1 年間 前
CMakeLists.txt 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Console.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 年間 前
Console.h 396655d145 LibJS: Begin implementing console.dir 2 年 前
CyclicModule.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
CyclicModule.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Forward.h 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types 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 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Module.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Parser.cpp ffe304e88b LibJS: Don't create `arguments` object due to `o.arguments` access 1 年間 前
Parser.h ffe304e88b LibJS: Don't create `arguments` object due to `o.arguments` access 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 2 年 前
Script.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Script.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 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 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
SourceTextModule.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 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 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
SyntheticModule.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
Token.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token 2 年 前