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

  /external/v8/src/
interface.h 85 *ok = !IsValue();
91 *ok = IsValue() || IsModule();
105 bool IsValue() { return Chase()->flags_ & VALUE; }
interface.cc 121 if (this->IsValue()) return that->MakeValue(ok);
122 if (that->IsValue()) return this->MakeValue(ok);
157 ASSERT(!this->IsValue());
158 ASSERT(!that->IsValue());
202 } else if (IsValue()) {
hydrogen.h 577 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]
hydrogen.cc     [all...]

Completed in 36 milliseconds