Andreas Kling c65aecd878 LibJS/JIT: Compile all the unary bytecode instructions hace 1 año
..
Bytecode 640455b1d2 LibJS/JIT: Compile the Call bytecode instruction hace 1 año
Contrib 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hace 2 años
Heap 8a727abd23 LibJS: Move Heap intrusive list manipulation inline hace 1 año
JIT c65aecd878 LibJS/JIT: Compile all the unary bytecode instructions hace 1 año
Runtime 2086b8df9c LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation hace 1 año
Tests 2086b8df9c LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation hace 1 año
AST.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} hace 1 año
AST.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible hace 2 años
CMakeLists.txt 8905682a16 LibJS/Bytecode: Begin moving shareable (JIT+Interpreter) stuff somewhere hace 1 año
Console.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} hace 1 año
Console.h 396655d145 LibJS: Begin implementing console.dir hace 2 años
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations hace 2 años
CyclicModule.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible hace 2 años
Forward.h 13057812d5 LibJS: Remove inline capacity from MarkedVector hace 1 año
Lexer.cpp 34344120f2 AK: Make "foo"_string infallible hace 2 años
Lexer.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
MarkupGenerator.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table hace 1 año
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values hace 2 años
Module.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hace 2 años
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
Parser.cpp 2d8b2328fd LibJS: Syntax error for a unary expression followed by exponentiation hace 1 año
Parser.h b0a533dbc0 LibJS: Identify global variables during parsing hace 2 años
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError hace 2 años
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError hace 2 años
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS hace 1 año
Print.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible hace 2 años
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages hace 2 años
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper hace 2 años
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr hace 2 años
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS hace 1 año
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS hace 1 año
SourceRange.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS hace 1 año
SourceTextModule.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() hace 1 año
SourceTextModule.h d29bd55b48 LibJS: Implement import.meta for bytecode hace 2 años
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI hace 1 año
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax hace 2 años
SyntheticModule.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible hace 2 años
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
Token.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString hace 1 año
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token hace 2 años