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