mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00
LibJS: Remove ability to disable bytecode VM
This commit is contained in:
parent
9a709e03a3
commit
e2c8d5859e
7 changed files with 2 additions and 24 deletions
|
@ -36,9 +36,6 @@ struct CallFrame {
|
|||
|
||||
class Interpreter {
|
||||
public:
|
||||
[[nodiscard]] static bool enabled();
|
||||
static void set_enabled(bool);
|
||||
|
||||
explicit Interpreter(VM&);
|
||||
~Interpreter();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue