mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
JSSpecCompiler: Allow storing NullableTrees in nodes
And use this in ElseIfBranch node.
This commit is contained in:
committed by
Andrew Kaster
parent
4eede5282c
commit
092ed1cc8a
@@ -33,7 +33,7 @@ public:
|
||||
private:
|
||||
struct IfConditionParseResult {
|
||||
bool is_if_branch;
|
||||
Optional<Tree> condition;
|
||||
NullableTree condition;
|
||||
};
|
||||
|
||||
void retreat();
|
||||
|
||||
Reference in New Issue
Block a user