Searched defs:HasThenStatement (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dast.h1052 // HasThenStatement() and HasElseStatement() functions to check if a
1058 bool HasThenStatement() const { return !then_statement()->IsEmpty(); } function in class:v8::internal::IfStatement

Completed in 185 milliseconds