mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibJS/JIT: Compile the DeleteByValue instruction
This commit is contained in:
parent
f5fcd4596c
commit
0776404e03
6 changed files with 33 additions and 10 deletions
|
@ -115,7 +115,8 @@ private:
|
|||
O(IteratorClose, iterator_close) \
|
||||
O(IteratorToArray, iterator_to_array) \
|
||||
O(Append, append) \
|
||||
O(DeleteById, delete_by_id)
|
||||
O(DeleteById, delete_by_id) \
|
||||
O(DeleteByValue, delete_by_value)
|
||||
|
||||
# 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