serenity/Userland/Libraries/LibJS
Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists()
There is no need to check if bytecode interpreter exists after we
switched away from AST interpreter.
2023-08-12 08:46:35 +02:00
..
Bytecode LibJS: Implement await properly for async functions 2023-08-10 05:12:07 +02:00
Contrib/Test262 LibJS: Make PrimitiveString::deprecated_string() infallible 2023-08-09 17:09:16 +02:00
Heap LibJS: Remove usage of bytecode_interpreter_if_exists() 2023-08-12 08:46:35 +02:00
Runtime LibJS: Remove usage of bytecode_interpreter_if_exists() 2023-08-12 08:46:35 +02:00
Tests LibJS: Implement await properly for async functions 2023-08-10 05:12:07 +02:00
AST.cpp LibJS: Remove usage of bytecode_interpreter_if_exists() 2023-08-12 08:46:35 +02:00
AST.h LibJS: Remove now-unused mutable caches from AST nodes 2023-08-10 16:36:18 +02:00
CMakeLists.txt LibJS: Rip out the AST interpreter :^) 2023-08-08 13:07:13 +02:00
Console.cpp LibJS: Make PrimitiveString::utf8_string() infallible 2023-08-09 17:09:16 +02:00
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h LibJS: Rip out the AST interpreter :^) 2023-08-08 13:07:13 +02:00
Lexer.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Lexer.h
MarkupGenerator.cpp LibJS: Make Value::to_string_without_side_effects() infallible 2023-08-09 17:09:16 +02:00
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp LibJS: Apply the correct precedence for unary + and - operators 2023-08-08 07:41:07 +02:00
Parser.h
ParserError.cpp
ParserError.h
Print.cpp LibJS: Make Value::to_string_without_side_effects() infallible 2023-08-09 17:09:16 +02:00
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: Rip out the AST interpreter :^) 2023-08-08 13:07:13 +02:00
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp LibJS: Make PrimitiveString::create() infallible 2023-08-09 17:09:16 +02:00
SyntheticModule.h
Token.cpp
Token.h