serenity/Userland/Libraries/LibJS
Andreas Kling 34344120f2 AK: Make "foo"_string infallible
Stop worrying about tiny OOMs.

Work towards #20405.
2023-08-07 16:03:27 +02:00
..
Bytecode AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Contrib/Test262
Heap Revert "LibJS: Remove "uprooting" mechanism from garbage collector" 2023-07-22 06:53:26 +02:00
Runtime AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Tests LibJS: Add three more await thenable tests 2023-07-30 09:31:16 +02:00
AST.cpp LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2023-08-05 06:39:06 +02:00
AST.h LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2023-08-05 06:39:06 +02:00
CMakeLists.txt LibJS+CI: Remove bytecode optimization passes for now 2023-07-21 19:47:36 +03:30
Console.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h
Interpreter.cpp
Interpreter.h
Lexer.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp LibJS: Always taint parsing environment on call to eval() 2023-07-21 14:14:00 +02:00
Parser.h
ParserError.cpp
ParserError.h
Print.cpp
Print.h
SafeFunction.h
Script.cpp
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2023-08-05 06:39:06 +02:00
SourceTextModule.cpp LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp
SyntheticModule.h
Token.cpp
Token.h