Home | History | Annotate | Download | only in src

Lines Matching refs:then_statement

1058   bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1062 Statement* then_statement() const { return then_statement_; }
1074 Statement* then_statement,
1077 then_statement_(then_statement),
2750 Statement* then_statement,
2753 isolate_, condition, then_statement, else_statement);