.. |
Bytecode
|
67236d9573
LibJS: Disable bytecode optimizations again
|
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
|
99fc94e138
LibJS: Delegate to NumberFormat for DurationFormat unit formatting
|
2 年之前 |
Tests
|
a5bf32018f
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
|
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
|
ce2f1b845f
Everywhere: Mark dependencies of most targets as PRIVATE
|
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 年之前 |