mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:28:12 +00:00
LibJS/JIT: Compile the NewClass bytecode instruction
This commit is contained in:
parent
f9fbb8cff2
commit
4b23a7dfb4
3 changed files with 25 additions and 0 deletions
|
@ -100,6 +100,7 @@ private:
|
|||
void compile_new_function(Bytecode::Op::NewFunction const&);
|
||||
void compile_new_regexp(Bytecode::Op::NewRegExp const&);
|
||||
void compile_new_bigint(Bytecode::Op::NewBigInt const&);
|
||||
void compile_new_class(Bytecode::Op::NewClass const&);
|
||||
|
||||
void compile_create_variable(Bytecode::Op::CreateVariable const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue