Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible před 2 roky
..
Bytecode 1a27c525d5 LibJS: Make PrimitiveString::create() infallible před 2 roky
Contrib 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
Heap 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
Runtime c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible před 2 roky
Tests fb305b66c2 LibJS: Enable `await` test that used to crash in AST mode před 2 roky
AST.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
AST.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
CMakeLists.txt 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
Console.cpp c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible před 2 roky
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 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 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 a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values před 2 roky
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values před 2 roky
Module.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate před 2 roky
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr před 2 roky
Parser.cpp 073eb46824 LibJS: Apply the correct precedence for unary + and - operators před 2 roky
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
Print.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible před 2 roky
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages před 2 roky
SafeFunction.h 4bc0d8e4c8 LibJS: Fix compilation of operator= for JS::SafeFunction 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 bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct před 2 roky
SourceCode.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct před 2 roky
SourceRange.h 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes před 2 roky
SourceTextModule.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 2 roky
SourceTextModule.h d29bd55b48 LibJS: Implement import.meta for bytecode před 2 roky
SyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes před 2 roky
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 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() před 2 roky
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token před 2 roky