Jonah 00da2e86e6 LibJS/Temporal: Unroll the loop in to_temporal_duration_record 2 years ago
..
Bytecode 2d33b2996f LibJS: Teach GetVariable bytecode op to deal with global variable cache 2 years ago
Contrib 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm 2 years ago
Heap 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators 2 years ago
Runtime 00da2e86e6 LibJS/Temporal: Unroll the loop in to_temporal_duration_record 2 years ago
Tests f7a252ae85 LibJS: Fix UTF-16 corruption in String.prototype.replace() 2 years ago
AST.cpp 8fa6861f66 LibJS: Initialize functions in spec order 2 years ago
AST.h 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops 2 years ago
CMakeLists.txt ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE 2 years ago
Console.cpp afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 years ago
Console.h afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 years ago
CyclicModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
CyclicModule.h ea34cb302d LibJS: Add accessor for requested modules to CyclicModule 2 years ago
Forward.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
Interpreter.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Interpreter.h 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 3 years ago
Lexer.cpp b3edd94869 LibJS: Treat '\\' as an escaped character in template literals 2 years ago
Lexer.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
MarkupGenerator.cpp 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 years ago
MarkupGenerator.h 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 years ago
Module.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
Module.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
Parser.cpp 73fcbbb0ee LibJS: Give the undeclared private identifier error more precedence 2 years ago
Parser.h 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 years ago
SafeFunction.h 202cc025e5 LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap 2 years ago
Script.cpp d13d571844 LibJS: Make sure JS::Script visits its HostDefined object 2 years ago
Script.h 5a3e079deb LibJS: Mark [[HostDefined]] accessor on scripts as const 2 years ago
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 years ago
SourceTextModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
SourceTextModule.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format 3 years ago
SyntheticModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
SyntheticModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
Token.cpp 7db59124e8 LibJS: Make Token use the new double parser 2 years ago
Token.h c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 years ago