mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
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.
This commit is contained in:
parent
0abe2a5023
commit
d978c762bc
5 changed files with 7 additions and 14 deletions
|
@ -44,7 +44,6 @@ public:
|
|||
Heap const& heap() const { return m_heap; }
|
||||
|
||||
Bytecode::Interpreter& bytecode_interpreter();
|
||||
Bytecode::Interpreter* bytecode_interpreter_if_exists();
|
||||
|
||||
void dump_backtrace() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue