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

  /external/v8/src/
ast.h 1052 // HasThenStatement() and HasElseStatement() functions to check if a
1059 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
    [all...]
  /external/chromium_org/v8/src/
ast.h 1173 // HasThenStatement() and HasElseStatement() functions to check if a
1180 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
1188 && HasElseStatement() && else_statement()->IsJump();
    [all...]

Completed in 59 milliseconds