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

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

Completed in 160 milliseconds