mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibJS/JIT: Compile the TypeofLocal bytecode instruction
This commit is contained in:
parent
a645b9c6c3
commit
17b2c7d965
Notes:
sideshowbarker
2024-07-17 05:21:12 +09:00
Author: https://github.com/awesomekling
Commit: 17b2c7d965
Pull-request: https://github.com/SerenityOS/serenity/pull/21619
Reviewed-by: https://github.com/Hendiadyoin1
3 changed files with 18 additions and 0 deletions
|
@ -42,6 +42,7 @@ private:
|
|||
void compile_store(Bytecode::Op::Store const&);
|
||||
void compile_get_local(Bytecode::Op::GetLocal const&);
|
||||
void compile_set_local(Bytecode::Op::SetLocal const&);
|
||||
void compile_typeof_local(Bytecode::Op::TypeofLocal const&);
|
||||
void compile_jump(Bytecode::Op::Jump const&);
|
||||
void compile_jump_conditional(Bytecode::Op::JumpConditional const&);
|
||||
void compile_increment(Bytecode::Op::Increment const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue