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 1176 // HasThenStatement() and HasElseStatement() functions to check if a
1182 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
    [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 1360 milliseconds