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

  /external/v8/src/
interface.h 85 *ok = !IsValue();
91 *ok = IsValue() || IsModule();
105 bool IsValue() { return Chase()->flags_ & VALUE; }
hydrogen.h 577 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]

Completed in 168 milliseconds