mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibJS/JIT: Compile the BlockDeclarationInstantiation instruction
This commit is contained in:
parent
a28d6291ad
commit
09dce5f1bd
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/skyrising
Commit: 09dce5f1bd
Pull-request: https://github.com/SerenityOS/serenity/pull/21677
3 changed files with 20 additions and 1 deletions
|
@ -103,7 +103,8 @@ private:
|
|||
O(TypeofVariable, typeof_variable) \
|
||||
O(SetVariable, set_variable) \
|
||||
O(ContinuePendingUnwind, continue_pending_unwind) \
|
||||
O(ConcatString, concat_string)
|
||||
O(ConcatString, concat_string) \
|
||||
O(BlockDeclarationInstantiation, block_declaration_instantiation)
|
||||
|
||||
# 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