Files
ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
The JS::VM now owns the one Bytecode::Interpreter. We no longer have
multiple bytecode interpreters, and there is no concept of a "current"
bytecode interpreter.

If you ask for VM::bytecode_interpreter_if_exists(), it will return null
if we're not running the program in "bytecode enabled" mode.

If you ask for VM::bytecode_interpreter(), it will return a bytecode
interpreter in all modes. This is used for situations where even the AST
interpreter switches to bytecode mode (generators, etc.)
2023-06-22 21:16:17 +02:00
..
2023-06-21 16:30:27 +02:00
2023-06-21 16:30:27 +02:00
2023-05-16 11:25:44 +02:00
2023-05-16 11:25:44 +02:00
2023-05-16 11:25:44 +02:00
2023-02-27 20:55:09 +01:00
2023-02-27 20:55:09 +01:00
2023-05-24 23:18:07 +02:00
2023-05-24 23:18:07 +02:00
2023-02-23 15:48:38 +00:00