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

  /external/v8/src/
property.cc 36 if (!IsFound()) {
property.h 204 ASSERT(IsFound());
209 ASSERT(IsFound());
214 ASSERT(IsFound());
226 bool IsFound() { return lookup_type_ != NOT_FOUND; }
231 return IsFound() && (type() < FIRST_PHANTOM_PROPERTY_TYPE);
236 return IsFound() && (type() != NULL_DESCRIPTOR);
ic.cc 335 if (!lookup->IsFound()
    [all...]
objects.cc     [all...]

Completed in 74 milliseconds