Timothy Flynn 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale há 1 ano atrás
..
Bytecode c78506d79b LibJS: Only update EC instruction pointer when pushing to EC stack há 1 ano atrás
Contrib 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible há 2 anos atrás
Heap 96600e77c2 LibJS: Enable storing Value and Handle<Value> in HashMaps há 1 ano atrás
Runtime 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale há 1 ano atrás
Tests ca0d926036 LibJS: Use decimal compact patterns for currency style sub-patterns há 1 ano atrás
AST.cpp d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() há 2 anos atrás
AST.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible há 2 anos atrás
CMakeLists.txt 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 2 anos atrás
Console.cpp c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible há 2 anos atrás
Console.h 396655d145 LibJS: Begin implementing console.dir há 2 anos atrás
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations há 2 anos atrás
CyclicModule.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible há 2 anos atrás
Forward.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 2 anos atrás
Lexer.cpp 34344120f2 AK: Make "foo"_string infallible há 2 anos atrás
Lexer.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
MarkupGenerator.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible há 2 anos atrás
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values há 2 anos atrás
Module.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible há 2 anos atrás
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
Parser.cpp 3ceedbd16a LibJS: Allow assignment expression in spreading property definition há 1 ano atrás
Parser.h b0a533dbc0 LibJS: Identify global variables during parsing há 2 anos atrás
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError há 2 anos atrás
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError há 2 anos atrás
Print.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible há 2 anos atrás
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages há 2 anos atrás
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper há 2 anos atrás
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr há 2 anos atrás
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
SourceCode.cpp bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
SourceCode.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
SourceRange.h 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes há 2 anos atrás
SourceTextModule.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 2 anos atrás
SourceTextModule.h d29bd55b48 LibJS: Implement import.meta for bytecode há 2 anos atrás
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI há 1 ano atrás
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax há 2 anos atrás
SyntheticModule.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible há 2 anos atrás
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
Token.cpp b52cbf673d LibJS: Avoid DeprecatedString allocation in Token::double_value() há 1 ano atrás
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token há 2 anos atrás