Home
last modified time | relevance | path

Searched refs:IsFound (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty.h223 ASSERT(IsFound()); in holder()
228 ASSERT(IsFound()); in type()
233 ASSERT(IsFound()); in GetAttributes()
245 bool IsFound() { return lookup_type_ != NOT_FOUND; } in IsFound() function
250 return IsFound() && (type() < FIRST_PHANTOM_PROPERTY_TYPE); in IsProperty()
255 return IsFound() && (type() != NULL_DESCRIPTOR); in IsPropertyOrTransition()
Dproperty.cc36 if (!IsFound()) { in Print()
Dast.cc701 if (!lookup.IsFound() && type->prototype()->IsJSObject()) { in ComputeTarget()
Dic.cc403 if (!lookup->IsFound() in LookupForRead()
1530 if (lookup.IsFound() && lookup.IsReadOnly()) { in Store()
Dobjects.cc1544 if (result.IsFound()) { in SetPropertyPostInterceptor()
1964 if (result->IsFound()) { in LocalLookupRealNamedProperty()
2121 if (!result->IsFound()) { in SetProperty()
2230 if (!result.IsFound()) { in SetLocalPropertyIgnoreAttributes()