.. |
Bytecode
|
5b69413c4b
Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline"
|
1 year ago |
Contrib
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Heap
|
4bbb0a5c35
LibJS: Add ConservativeVector<T>
|
1 year ago |
Runtime
|
2d11fc6d44
LibJS: Rename ToSecondsStringPrecision to ToSecondsStringPrecisionRecord
|
1 year ago |
Tests
|
d2e4da62c8
LibJS: Separate validation of roundingIncrement option
|
1 year ago |
AST.cpp
|
026c1caba0
LibJS: Don't use null DFS for binding_name parameters in ClassExpression
|
1 year ago |
AST.h
|
026c1caba0
LibJS: Don't use null DFS for binding_name parameters in ClassExpression
|
1 year ago |
CMakeLists.txt
|
5b69413c4b
Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline"
|
1 year ago |
Console.cpp
|
845da3901d
LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString>
|
1 year ago |
Console.h
|
396655d145
LibJS: Begin implementing console.dir
|
2 years ago |
CyclicModule.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
CyclicModule.h
|
99106df834
LibJS: Update import referrer's [[LoadedModules]] in place
|
1 year ago |
Forward.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 year ago |
Lexer.cpp
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 year ago |
Lexer.h
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 year ago |
MarkupGenerator.cpp
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
1 year ago |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 years ago |
Module.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Module.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
ModuleLoading.h
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 year ago |
Parser.cpp
|
fb2c929310
LibJS: Don't use null DFS in {Import,Export}Entry
|
1 year ago |
Parser.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
ParserError.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
ParserError.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
Print.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 year ago |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 year ago |
Script.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 year ago |
Script.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
SourceRange.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
SourceTextModule.cpp
|
fb2c929310
LibJS: Don't use null DFS in {Import,Export}Entry
|
1 year ago |
SourceTextModule.h
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 year ago |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 year ago |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 years ago |
SyntheticModule.cpp
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 year ago |
SyntheticModule.h
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 year ago |
Token.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Token.h
|
3851d3add0
LibJS: Make Token::m_message a StringView
|
1 year ago |