.. |
Bytecode
|
56a3ccde1a
LibJS/Bytecode: Turn UnaryMinus(NumericLiteral) into a constant
|
1 год назад |
Contrib
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 год назад |
Heap
|
3945e1a82a
LibJS: Make JS::Cell a Weakable
|
1 год назад |
Runtime
|
55a4b0a21e
LibJS: Mark Value as a trivial type for AK collection purposes
|
1 год назад |
Tests
|
af94e4c05d
LibJS: Save and restore exceptions on yields in finalizers
|
1 год назад |
AST.cpp
|
f21c0f9dcd
LibJS: Skip some declarative env allocations in function instantiation
|
1 год назад |
AST.h
|
cea59b6642
LibJS/Bytecode: Reuse bytecode registers
|
1 год назад |
CMakeLists.txt
|
cea59b6642
LibJS/Bytecode: Reuse bytecode registers
|
1 год назад |
Console.cpp
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 год назад |
Console.h
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 год назад |
CyclicModule.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 год назад |
CyclicModule.h
|
99106df834
LibJS: Update import referrer's [[LoadedModules]] in place
|
1 год назад |
Forward.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 год назад |
Lexer.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 год назад |
Lexer.h
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 год назад |
MarkupGenerator.cpp
|
b5f22b6e90
AK+Userland: Remove some needlessly explicit conversions to StringView
|
1 год назад |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 лет назад |
Module.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 год назад |
Module.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 год назад |
ModuleLoading.h
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 год назад |
Parser.cpp
|
4d5823a5bc
LibWeb+LibJS: Skip function environment allocation if possible
|
1 год назад |
Parser.h
|
4d5823a5bc
LibWeb+LibJS: Skip function environment allocation if possible
|
1 год назад |
ParserError.cpp
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 год назад |
ParserError.h
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 год назад |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 год назад |
Print.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 год назад |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 лет назад |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 год назад |
Script.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 год назад |
Script.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 год назад |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 год назад |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 год назад |
SourceRange.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 год назад |
SourceTextModule.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 год назад |
SourceTextModule.h
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 год назад |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 год назад |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 лет назад |
SyntheticModule.cpp
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 год назад |
SyntheticModule.h
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 год назад |
Token.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 год назад |
Token.h
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 год назад |