Searched defs:IsFound (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dproperty.h260 ASSERT(IsFound());
265 ASSERT(IsFound());
270 ASSERT(IsFound());
275 ASSERT(IsFound());
287 bool IsFound() { return lookup_type_ != NOT_FOUND; } function in class:v8::internal::BASE_EMBEDDED
292 return IsFound() && IsPropertyDescriptor(this);

Completed in 18 milliseconds