mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibJS/JIT: Compile the ImportCall instruction
This commit is contained in:
parent
246daa0810
commit
c0c40110c1
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/skyrising
Commit: c0c40110c1
Pull-request: https://github.com/SerenityOS/serenity/pull/21686
3 changed files with 19 additions and 1 deletions
|
@ -126,7 +126,8 @@ private:
|
|||
O(GetByValueWithThis, get_by_value_with_this) \
|
||||
O(DeleteByIdWithThis, delete_by_id_with_this) \
|
||||
O(PutByIdWithThis, put_by_id_with_this) \
|
||||
O(PutPrivateById, put_private_by_id)
|
||||
O(PutPrivateById, put_private_by_id) \
|
||||
O(ImportCall, import_call)
|
||||
|
||||
# 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