Hendiadyoin1 1e1bf84e6d LibJS: Add a sanity check to bytecodes argument_list_evaluation 2 年 前
..
Bytecode 1e1bf84e6d LibJS: Add a sanity check to bytecodes argument_list_evaluation 2 年 前
Contrib 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm 2 年 前
Heap 0e232b1c8d LibJS: Only use 1 bit for Cell boolean flag 2 年 前
Runtime 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 年 前
Tests b077fccd3d LibLocale+LibJS: Update to CLDR version 42.0.0 2 年 前
AST.cpp 0d96468e9b LibJS: Implement RegExp legacy static properties 2 年 前
AST.h 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops 2 年 前
CMakeLists.txt 0d96468e9b LibJS: Implement RegExp legacy static properties 2 年 前
Console.cpp afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 年 前
Console.h afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 年 前
CyclicModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年 前
CyclicModule.h ea34cb302d LibJS: Add accessor for requested modules to CyclicModule 2 年 前
Forward.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 年 前
Interpreter.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年 前
Interpreter.h 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 3 年 前
Lexer.cpp fbc771efe9 Everywhere: Use default StringView constructor over nullptr 3 年 前
Lexer.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年 前
MarkupGenerator.cpp 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 年 前
MarkupGenerator.h 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 年 前
Module.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年 前
Module.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年 前
Parser.cpp 9f661d20f7 LibJS: Allow anonymous functions as default exports 2 年 前
Parser.h 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 年 前
SafeFunction.h 202cc025e5 LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap 2 年 前
Script.cpp d13d571844 LibJS: Make sure JS::Script visits its HostDefined object 2 年 前
Script.h 5a3e079deb LibJS: Mark [[HostDefined]] accessor on scripts as const 2 年 前
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 年 前
SourceTextModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年 前
SourceTextModule.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年 前
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年 前
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format 3 年 前
SyntheticModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年 前
SyntheticModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年 前
Token.cpp 7db59124e8 LibJS: Make Token use the new double parser 2 年 前
Token.h c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 年 前