mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Add conditional expression bytecode generation
Or, by its more common name, the ternary operator :^)
This commit is contained in:
parent
6da587b59b
commit
de3ee701ce
Notes:
sideshowbarker
2024-07-18 12:39:29 +09:00
Author: https://github.com/Lubrsi
Commit: de3ee701ce
Pull-request: https://github.com/SerenityOS/serenity/pull/7907
Reviewed-by: https://github.com/predmond
2 changed files with 20 additions and 0 deletions
|
@ -1176,6 +1176,7 @@ public:
|
|||
|
||||
virtual void dump(int indent) const override;
|
||||
virtual Value execute(Interpreter&, GlobalObject&) const override;
|
||||
virtual Optional<Bytecode::Register> generate_bytecode(Bytecode::Generator&) const override;
|
||||
|
||||
private:
|
||||
NonnullRefPtr<Expression> m_test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue