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