mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibJS/JIT: Compile the IteratorNext instruction
This commit is contained in:
parent
661dbbc83d
commit
045a1386d8
2 changed files with 17 additions and 1 deletions
|
@ -106,7 +106,8 @@ private:
|
|||
O(ConcatString, concat_string) \
|
||||
O(BlockDeclarationInstantiation, block_declaration_instantiation) \
|
||||
O(SuperCallWithArgumentArray, super_call_with_argument_array) \
|
||||
O(GetIterator, get_iterator)
|
||||
O(GetIterator, get_iterator) \
|
||||
O(IteratorNext, iterator_next)
|
||||
|
||||
# define DECLARE_COMPILE_OP(OpTitleCase, op_snake_case) \
|
||||
void compile_##op_snake_case(Bytecode::Op::OpTitleCase const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue