.. |
Bytecode
|
301a1fc763
LibJS: Propagate finalizers into nested try-catch blocks without them
|
1 anno fa |
Contrib
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 anno fa |
Heap
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 anno fa |
Runtime
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 anno fa |
Tests
|
301a1fc763
LibJS: Propagate finalizers into nested try-catch blocks without them
|
1 anno fa |
AST.cpp
|
026c1caba0
LibJS: Don't use null DFS for binding_name parameters in ClassExpression
|
1 anno fa |
AST.h
|
e7f2af6ff4
LibJS: Return a ByteString from StringLiteral::value
|
1 anno fa |
CMakeLists.txt
|
5b69413c4b
Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline"
|
1 anno fa |
Console.cpp
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 anno fa |
Console.h
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 anno fa |
CyclicModule.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 anno fa |
CyclicModule.h
|
99106df834
LibJS: Update import referrer's [[LoadedModules]] in place
|
1 anno fa |
Forward.h
|
41cc8e75f2
LibJS: Make PromiseJob store callback as a HeapFunction
|
1 anno fa |
Lexer.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 anno fa |
Lexer.h
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 anno fa |
MarkupGenerator.cpp
|
b5f22b6e90
AK+Userland: Remove some needlessly explicit conversions to StringView
|
1 anno fa |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 anni fa |
Module.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 anno fa |
Module.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 anno fa |
ModuleLoading.h
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 anno fa |
Parser.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 anno fa |
Parser.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 anno fa |
ParserError.cpp
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 anno fa |
ParserError.h
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 anno fa |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 anno fa |
Print.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 anno fa |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 anni fa |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
2 anni fa |
Script.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 anno fa |
Script.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 anno fa |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 anno fa |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 anno fa |
SourceRange.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 anno fa |
SourceTextModule.cpp
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 anno fa |
SourceTextModule.h
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 anno fa |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 anno fa |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 anni fa |
SyntheticModule.cpp
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 anno fa |
SyntheticModule.h
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 anno fa |
Token.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 anno fa |
Token.h
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 anno fa |