Timothy Flynn d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 vuotta sitten
..
Bytecode 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord 2 vuotta sitten
Contrib 77f1e91e9d LibJS: Make $262.evalScript() work in bytecode mode 2 vuotta sitten
Heap 130ec7e5b4 LibJS: Align HeapBlock cell storage to __BIGGEST_ALIGNMENT__ 2 vuotta sitten
Runtime d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 vuotta sitten
Tests d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 vuotta sitten
AST.cpp 8450948458 LibJS: Make class definition evaluation work in bytecode mode 2 vuotta sitten
AST.h 8450948458 LibJS: Make class definition evaluation work in bytecode mode 2 vuotta sitten
CMakeLists.txt d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 vuotta sitten
Console.cpp 396655d145 LibJS: Begin implementing console.dir 2 vuotta sitten
Console.h 396655d145 LibJS: Begin implementing console.dir 2 vuotta sitten
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 vuotta sitten
CyclicModule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
Forward.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 vuotta sitten
Interpreter.cpp d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 vuotta sitten
Interpreter.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 vuotta sitten
Lexer.cpp a2efecac03 LibJS: Parse slashes after reserved identifiers correctly 2 vuotta sitten
Lexer.h 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer 2 vuotta sitten
MarkupGenerator.cpp a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 vuotta sitten
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 vuotta sitten
Module.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 vuotta sitten
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
Parser.cpp 5c913d9cc4 LibJS: Correctly handle parentheses and new Object 2 vuotta sitten
Parser.h a2efecac03 LibJS: Parse slashes after reserved identifiers correctly 2 vuotta sitten
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 vuotta sitten
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 vuotta sitten
Print.cpp 5e7c838160 AK: Rename `Stream::format()` to `Stream::write_formatted()` 2 vuotta sitten
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 vuotta sitten
SafeFunction.h 4bc0d8e4c8 LibJS: Fix compilation of operator= for JS::SafeFunction 2 vuotta sitten
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 vuotta sitten
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
SourceCode.cpp bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 vuotta sitten
SourceCode.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 vuotta sitten
SourceRange.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 vuotta sitten
SourceTextModule.cpp 5d79431859 LibJS/Bytecode: Actually generate & run bytecode for SourceTextModule 2 vuotta sitten
SourceTextModule.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 vuotta sitten
SyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 vuotta sitten
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 vuotta sitten
SyntheticModule.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 vuotta sitten
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 vuotta sitten
Token.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 vuotta sitten
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token 2 vuotta sitten