mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
Revert "LibJS: Add bytecode instruction handles"
This reverts commit a01bd35c67
.
This broke simple programs like:
function sum(a, b) { return a + b; }
console.log(sum(1, 2));
This commit is contained in:
parent
a01bd35c67
commit
b8a5ea1f8d
8 changed files with 79 additions and 81 deletions
|
@ -166,8 +166,6 @@ namespace Bytecode {
|
|||
class Block;
|
||||
class Generator;
|
||||
class Instruction;
|
||||
template<typename OpType>
|
||||
class InstructionHandle;
|
||||
class Interpreter;
|
||||
class Register;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue