ladybird/Userland/Libraries/LibJS
2023-11-29 09:48:18 +01:00
..
Bytecode LibJS: Make Bytecode::Executable GC-allocated 2023-11-29 09:48:18 +01:00
Contrib/Test262 LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Heap LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
JIT LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 2023-11-29 09:48:18 +01:00
Runtime LibJS: Don't die when making PrimitiveString from "" DeprecatedFlyString 2023-11-29 09:48:18 +01:00
Tests LibJS/JIT: Continue to outer finally before returning 2023-11-20 09:30:08 +01:00
AST.cpp LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
AST.h LibJS: Make Bytecode::Executable GC-allocated 2023-11-29 09:48:18 +01:00
CMakeLists.txt LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Console.cpp LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 2023-10-07 07:13:52 +02:00
Console.h
CyclicModule.cpp LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
CyclicModule.h LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Forward.h LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types 2023-11-24 08:43:35 +01:00
Lexer.cpp
Lexer.h
MarkupGenerator.cpp LibJS: Use OrderedHashMap for the Shape property table 2023-09-17 21:00:11 +02:00
MarkupGenerator.h
Module.cpp LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Module.h LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Parser.cpp LibJS: Don't create arguments object due to o.arguments access 2023-11-16 13:26:21 +01:00
Parser.h LibJS: Don't create arguments object due to o.arguments access 2023-11-16 13:26:21 +01:00
ParserError.cpp
ParserError.h
Position.h LibJS: Make line-and-column resolution fast for large minified JS 2023-09-12 17:21:42 +02:00
Print.cpp
Print.h
SafeFunction.h
Script.cpp LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Script.h LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
SourceCode.cpp LibJS: Make line-and-column resolution fast for large minified JS 2023-09-12 17:21:42 +02:00
SourceCode.h LibJS: Make line-and-column resolution fast for large minified JS 2023-09-12 17:21:42 +02:00
SourceRange.h LibJS: Make line-and-column resolution fast for large minified JS 2023-09-12 17:21:42 +02:00
SourceTextModule.cpp LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
SourceTextModule.h LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
SyntaxHighlighter.cpp LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h
SyntheticModule.cpp LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
SyntheticModule.h LibJS: Segregate GC-allocated objects by type 2023-11-19 12:10:31 +01:00
Token.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Token.h