Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() před 1 rokem
..
Bytecode 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() před 1 rokem
Contrib 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
Heap 9220c68408 LibJS: Avoid pointless HashTable copying during GC mark phase před 1 rokem
Runtime 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() před 1 rokem
Tests 30ab198b40 LibJS: Create const variables in ForIn/OfBodyEvaluation in strict mode před 1 rokem
AST.cpp e67dd54878 LibJS: Add spec comments to ScopeNode::block_declaration_instantiation před 1 rokem
AST.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible před 2 roky
CMakeLists.txt d0fd34112f LibJS: Remove the now-unused ThrowableStringBuilder před 1 rokem
Console.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder před 1 rokem
Console.h 396655d145 LibJS: Begin implementing console.dir před 2 roky
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations před 2 roky
CyclicModule.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible před 2 roky
Forward.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
Lexer.cpp 34344120f2 AK: Make "foo"_string infallible před 2 roky
Lexer.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions před 2 roky
MarkupGenerator.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table před 1 rokem
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values před 2 roky
Module.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr před 2 roky
Parser.cpp 3ceedbd16a LibJS: Allow assignment expression in spreading property definition před 1 rokem
Parser.h b0a533dbc0 LibJS: Identify global variables during parsing před 2 roky
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError před 2 roky
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError před 2 roky
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
Print.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible před 2 roky
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages před 2 roky
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper před 2 roky
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr před 2 roky
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
SourceRange.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
SourceTextModule.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() před 1 rokem
SourceTextModule.h d29bd55b48 LibJS: Implement import.meta for bytecode před 2 roky
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI před 1 rokem
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax před 2 roky
SyntheticModule.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible před 2 roky
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString před 2 roky
Token.cpp b52cbf673d LibJS: Avoid DeprecatedString allocation in Token::double_value() před 1 rokem
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token před 2 roky