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

  /external/chromium_org/v8/src/
interface.h 84 *ok = !IsValue();
90 *ok = IsValue() || IsModule();
107 bool IsValue() { return Chase()->flags_ & VALUE; }
120 || (this->IsValue() == that->IsValue() &&
hydrogen.h 760 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; }

Completed in 52 milliseconds