davidot 8fa6861f66 LibJS: Initialize functions in spec order 2 anos atrás
..
Bytecode 2d33b2996f LibJS: Teach GetVariable bytecode op to deal with global variable cache 2 anos atrás
Contrib 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm 2 anos atrás
Heap 0e232b1c8d LibJS: Only use 1 bit for Cell boolean flag 2 anos atrás
Runtime 8fa6861f66 LibJS: Initialize functions in spec order 2 anos atrás
Tests 8fa6861f66 LibJS: Initialize functions in spec order 2 anos atrás
AST.cpp 8fa6861f66 LibJS: Initialize functions in spec order 2 anos atrás
AST.h 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops 2 anos atrás
CMakeLists.txt ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE 2 anos atrás
Console.cpp afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 anos atrás
Console.h afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 anos atrás
CyclicModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 anos atrás
CyclicModule.h ea34cb302d LibJS: Add accessor for requested modules to CyclicModule 2 anos atrás
Forward.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 anos atrás
Interpreter.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 anos atrás
Interpreter.h 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 3 anos atrás
Lexer.cpp b3edd94869 LibJS: Treat '\\' as an escaped character in template literals 2 anos atrás
Lexer.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 anos atrás
MarkupGenerator.cpp 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 anos atrás
MarkupGenerator.h 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 anos atrás
Module.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 anos atrás
Module.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 anos atrás
Parser.cpp 5ca6e8dca8 LibJS: No longer hoist if parent scope has a function with the same name 2 anos atrás
Parser.h 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 anos atrás
SafeFunction.h 202cc025e5 LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap 2 anos atrás
Script.cpp d13d571844 LibJS: Make sure JS::Script visits its HostDefined object 2 anos atrás
Script.h 5a3e079deb LibJS: Mark [[HostDefined]] accessor on scripts as const 2 anos atrás
SourceRange.h a95b321bf1 LibJS: Add missing headers 3 anos atrás
SourceTextModule.cpp fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 anos atrás
SourceTextModule.h fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 anos atrás
SyntaxHighlighter.cpp 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 anos atrás
SyntaxHighlighter.h 086969277e Everywhere: Run clang-format 3 anos atrás
SyntheticModule.cpp 00c8f07192 LibJS: Make Script and Module GC-allocated 2 anos atrás
SyntheticModule.h 00c8f07192 LibJS: Make Script and Module GC-allocated 2 anos atrás
Token.cpp 7db59124e8 LibJS: Make Token use the new double parser 2 anos atrás
Token.h c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 anos atrás