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

  /external/v8/src/crankshaft/
typing.cc 150 if (!stmt->condition()->ToBooleanIsTrue() &&
247 if (!stmt->cond()->ToBooleanIsTrue()) {
264 if (!stmt->cond()->ToBooleanIsTrue()) {
hydrogen.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/v8/src/ast/
ast.cc 124 bool Expression::ToBooleanIsTrue() const {
125 return IsLiteral() && AsLiteral()->ToBooleanIsTrue();
    [all...]
ast.h 310 bool ToBooleanIsTrue() const;
    [all...]

Completed in 348 milliseconds