Timothy Flynn ba97f6a0d3 LibJS: Move the "other" optional completion in the move constructor 2 年 前
..
Bytecode 82a01bf32f LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofday 2 年 前
Contrib 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
Heap 4e7bdcfeea LibJS: Only start ElapsedTimer for GC metrics when printing is enabled 2 年 前
Runtime ba97f6a0d3 LibJS: Move the "other" optional completion in the move constructor 2 年 前
Tests fa1416987a LibJS: Add yearOfWeek calendar methods and properties 2 年 前
AST.cpp e785c66f91 LibJS: Convert get_this_environment() to NonnullGCPtr 2 年 前
AST.h 9721da2e6a LibJS: Call shrink_to_fit() on various Vectors created during parse 2 年 前
CMakeLists.txt 76b9d06b19 LibJS: Add and begin using a completion-compatible string builder 2 年 前
Console.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年 前
Console.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
CyclicModule.cpp b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 年 前
CyclicModule.h b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h 2 年 前
Forward.h 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file 2 年 前
Interpreter.cpp fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals 2 年 前
Interpreter.h fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals 2 年 前
Lexer.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
Lexer.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
MarkupGenerator.cpp 112b3f7342 LibJS: Convert MarkupGenerator to the new String 2 年 前
MarkupGenerator.h 112b3f7342 LibJS: Convert MarkupGenerator to the new String 2 年 前
Module.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
Module.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
Parser.cpp 2bbea62176 LibJS: Don't update names of resulting functions in object expression 2 年 前
Parser.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
ParserError.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
ParserError.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
Print.cpp ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses 2 年 前
Print.h 84502f53b5 LibJS+js: Move the value print implementation to LibJS 2 年 前
SafeFunction.h f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 年 前
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
SourceCode.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
SourceCode.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
SourceRange.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
SourceTextModule.cpp 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove 2 年 前
SourceTextModule.h 97b5f4814e LibJS: Make SourceTextModule.h not include AST.h or Parser.h 2 年 前
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年 前
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 年 前
SyntheticModule.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
SyntheticModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年 前
Token.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
Token.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前