Home | History | Annotate | Download | only in src

Lines Matching defs:then_statement

1796   Statement* then_statement = ParseStatement(labels, CHECK_OK);
1804 return new(zone()) IfStatement(condition, then_statement, else_statement);