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

  /external/chromium_org/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/chromium_org/tools/clang/blink_gc_plugin/
Edge.h 85 virtual bool IsValue() { return false; }
100 bool IsValue() override { return true; }
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 285 bool IsValue() const { return kind_ == Expression::kValue; }

Completed in 55 milliseconds