HomeSort by relevance Sort by last modified time
    Searched refs:HasElseStatement (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
prettyprinter.cc 141 if (node->HasElseStatement()) {
838 if (node->HasElseStatement()) {
full-codegen.cc 975 if (stmt->HasElseStatement()) {
    [all...]
ast.h 1052 // HasThenStatement() and HasElseStatement() functions to check if a
1059 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
    [all...]

Completed in 386 milliseconds