MacDue 95d69fcf74 LibJS: Fix crash when trying to get source range 2 anni fa
..
Bytecode 0d4c7fa392 LibJS/Bytecode: Make for..in iterate property names as string 2 anni fa
Contrib fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 anni fa
Heap 213025f210 AK: Rename Time to Duration 2 anni fa
Runtime 95d69fcf74 LibJS: Fix crash when trying to get source range 2 anni fa
Tests 706a20c4d4 LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1 2 anni fa
AST.cpp fc003cd248 Userland: Silence or resolve new GCC 13 warnings 2 anni fa
AST.h 87ac906ee6 LibJS: Make Error stack traces lazier 2 anni fa
CMakeLists.txt 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 anni fa
Console.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Console.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 anni fa
CyclicModule.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Forward.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 anni fa
Interpreter.cpp fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals 2 anni fa
Interpreter.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 anni fa
Lexer.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 anni fa
Lexer.h 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer 2 anni fa
MarkupGenerator.cpp 87ac906ee6 LibJS: Make Error stack traces lazier 2 anni fa
MarkupGenerator.h 112b3f7342 LibJS: Convert MarkupGenerator to the new String 2 anni fa
Module.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 anni fa
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Parser.cpp 3709d11212 LibJS: Parse secondary expressions with the original forbidden token set 2 anni fa
Parser.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 anni fa
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 anni fa
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 anni fa
Print.cpp 5e7c838160 AK: Rename `Stream::format()` to `Stream::write_formatted()` 2 anni fa
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 anni fa
SafeFunction.h 4bc0d8e4c8 LibJS: Fix compilation of operator= for JS::SafeFunction 2 anni fa
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 anni fa
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
SourceCode.cpp bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 anni fa
SourceCode.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 anni fa
SourceRange.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes 2 anni fa
SourceTextModule.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SourceTextModule.h bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 anni fa
SyntaxHighlighter.cpp 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 anni fa
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 anni fa
SyntheticModule.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 anni fa
Token.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 anni fa
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token 2 anni fa