Searched refs:HasElseStatement (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dprettyprinter.cc141 if (node->HasElseStatement()) {
838 if (node->HasElseStatement()) {
H A Dfull-codegen.cc975 if (stmt->HasElseStatement()) {
H A Dast.h1052 // HasThenStatement() and HasElseStatement() functions to check if a
1059 bool HasElseStatement() const { return !else_statement()->IsEmpty(); } function in class:v8::internal::IfStatement

Completed in 111 milliseconds