Linus Groh c88c33dc22 LibJS: Trim non-ASCII whitespace as well in StringToNumber il y a 2 ans
..
Bytecode 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
Contrib 123cdfa1f1 LibJS: Properly initialize the global object for $262.createRealm il y a 2 ans
Heap d54ba587f3 LibJS: Make Heap a friend of everyone who uses JS_CELL il y a 2 ans
Runtime c88c33dc22 LibJS: Trim non-ASCII whitespace as well in StringToNumber il y a 2 ans
Tests f4b3bb519f LibJS: Handle non-decimal integer literals in Value::to_number il y a 2 ans
AST.cpp 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
AST.h 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions il y a 3 ans
CMakeLists.txt 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
Console.cpp d35f53c344 LibJS: Remove Console's reliance on GlobalObject il y a 2 ans
Console.h d35f53c344 LibJS: Remove Console's reliance on GlobalObject il y a 2 ans
CyclicModule.cpp 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
CyclicModule.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
Forward.h 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics il y a 2 ans
Interpreter.cpp 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() il y a 3 ans
Interpreter.h 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() il y a 3 ans
Lexer.cpp fbc771efe9 Everywhere: Use default StringView constructor over nullptr il y a 3 ans
Lexer.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
MarkupGenerator.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
MarkupGenerator.h 086969277e Everywhere: Run clang-format il y a 3 ans
Module.cpp e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 3 ans
Module.h d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
Parser.cpp fce2b33758 LibJS: Allow BigInts as destructuring property names il y a 3 ans
Parser.h 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 3 ans
Script.cpp 7767f9be37 LibJS: Rename some variables from "script body" to "script" il y a 3 ans
Script.h d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
SourceRange.h a95b321bf1 LibJS: Add missing headers il y a 3 ans
SourceTextModule.cpp 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 3 ans
SourceTextModule.h 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers il y a 3 ans
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format il y a 3 ans
SyntheticModule.cpp 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
SyntheticModule.h 6b5c882af3 LibJS: Add support for JSON modules il y a 3 ans
Token.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
Token.h c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors il y a 3 ans