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