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

  /external/v8/src/ast/
ast.h 1015 // HasThenStatement() and HasElseStatement() functions to check if a
1019 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1031 return HasThenStatement() && then_statement()->IsJump()
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 308 if (stmt->HasThenStatement()) {
    [all...]

Completed in 167 milliseconds