mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
LibJS: Remove ability to disable bytecode VM
This commit is contained in:
@@ -19,18 +19,6 @@
|
||||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
static bool s_bytecode_interpreter_enabled = false;
|
||||
|
||||
bool Interpreter::enabled()
|
||||
{
|
||||
return s_bytecode_interpreter_enabled;
|
||||
}
|
||||
|
||||
void Interpreter::set_enabled(bool enabled)
|
||||
{
|
||||
s_bytecode_interpreter_enabled = enabled;
|
||||
}
|
||||
|
||||
bool g_dump_bytecode = false;
|
||||
|
||||
Interpreter::Interpreter(VM& vm)
|
||||
|
||||
Reference in New Issue
Block a user