HomeSort by relevance Sort by last modified time
    Searched defs:IsValue (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
interface.h 86 *ok = !IsValue();
92 *ok = IsValue() || IsModule();
109 bool IsValue() { return Chase()->flags_ & VALUE; }
122 || (this->IsValue() == that->IsValue() &&
hydrogen.h 764 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 285 bool IsValue() const { return kind_ == Expression::kValue; }

Completed in 85 milliseconds