Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray hace 2 años
..
Bytecode 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray hace 2 años
Contrib 77f1e91e9d LibJS: Make $262.evalScript() work in bytecode mode hace 2 años
Heap fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking hace 2 años
Runtime fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking hace 2 años
Tests 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer hace 2 años
AST.cpp b0ae1e80fb LibJS/Bytecode: Support using MemberExpression as rest property hace 2 años
AST.h 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction hace 2 años
CMakeLists.txt 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer hace 2 años
Console.cpp 396655d145 LibJS: Begin implementing console.dir hace 2 años
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 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
Forward.h 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer hace 2 años
Interpreter.cpp d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ hace 2 años
Interpreter.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes hace 2 años
Lexer.cpp a2efecac03 LibJS: Parse slashes after reserved identifiers correctly hace 2 años
Lexer.h 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer hace 2 años
MarkupGenerator.cpp a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values hace 2 años
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values hace 2 años
Module.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
Parser.cpp 5c913d9cc4 LibJS: Correctly handle parentheses and new Object hace 2 años
Parser.h a2efecac03 LibJS: Parse slashes after reserved identifiers correctly 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
Print.cpp 34c5d34b95 LibJS: Show when an ArrayBuffer is detached when printing hace 2 años
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages hace 2 años
SafeFunction.h 4bc0d8e4c8 LibJS: Fix compilation of operator= for JS::SafeFunction 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 bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
SourceCode.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
SourceRange.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes hace 2 años
SourceTextModule.cpp 5d79431859 LibJS/Bytecode: Actually generate & run bytecode for SourceTextModule hace 2 años
SourceTextModule.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
SyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes hace 2 años
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax hace 2 años
SyntheticModule.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr hace 2 años
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
Token.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() hace 2 años
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token hace 2 años