mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibJS: Implement bytecode ops for logical expressions
This commit is contained in:
parent
216d27d4c1
commit
6da587b59b
Notes:
sideshowbarker
2024-07-18 12:39:33 +09:00
Author: https://github.com/gunnarbeutner
Commit: 6da587b59b
Pull-request: https://github.com/SerenityOS/serenity/pull/7904
Reviewed-by: https://github.com/awesomekling
5 changed files with 83 additions and 0 deletions
|
@ -557,6 +557,7 @@ public:
|
|||
|
||||
virtual Value execute(Interpreter&, GlobalObject&) const override;
|
||||
virtual void dump(int indent) const override;
|
||||
virtual Optional<Bytecode::Register> generate_bytecode(Bytecode::Generator&) const override;
|
||||
|
||||
private:
|
||||
LogicalOp m_op;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue