mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
LibJS: Compile the NewBigInt bytecode instruction
This commit is contained in:
parent
d200361620
commit
2b65a80ecb
3 changed files with 20 additions and 0 deletions
|
@ -99,6 +99,7 @@ private:
|
|||
void compile_new_array(Bytecode::Op::NewArray const&);
|
||||
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_get_by_id(Bytecode::Op::GetById const&);
|
||||
void compile_get_by_value(Bytecode::Op::GetByValue const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue