mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibJS/JIT: Compile the PutByValueWithThis instruction
This commit is contained in:
parent
847889343f
commit
9494fbe670
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/skyrising
Commit: 9494fbe670
Pull-request: https://github.com/SerenityOS/serenity/pull/21686
3 changed files with 34 additions and 1 deletions
|
@ -137,7 +137,8 @@ private:
|
|||
O(DeleteVariable, delete_variable) \
|
||||
O(GetMethod, get_method) \
|
||||
O(GetNewTarget, get_new_target) \
|
||||
O(HasPrivateId, has_private_id)
|
||||
O(HasPrivateId, has_private_id) \
|
||||
O(PutByValueWithThis, put_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