ast.h | 607 Statement* then_statement, 610 then_statement_(then_statement), 615 bool HasThenStatement() const { return !then_statement()->IsEmpty(); } 619 Statement* then_statement() const { return then_statement_; } function in class:v8::internal::IfStatement [all...] |