Searched refs:kNotFound (Results 1 – 8 of 8) sorted by relevance
41 if (index == NumberDictionary::kNotFound) { in GetCode()91 ASSERT(index != NumberDictionary::kNotFound); in GetCode()
436 if (result != ContextSlotCache::kNotFound) return result; in ContextSlotIndex()552 return result.index() + kNotFound; in Lookup()554 return kNotFound; in Lookup()563 ASSERT(slot_index > kNotFound); in Update()570 values_[index] = Value(mode, slot_index - kNotFound).raw(); in Update()603 ASSERT(result.index() + kNotFound == slot_index); in ValidateEntry()
421 if (entry == StringDictionary::kNotFound) { in SetNormalizedProperty()453 if (entry != StringDictionary::kNotFound) { in DeleteNormalizedProperty()1347 if (entry != StringDictionary::kNotFound) { in AddSlowProperty()1663 if (entry != NumberDictionary::kNotFound) { in LookupCallbackSetterInPrototypes()1683 if (number != DescriptorArray::kNotFound) { in LookupInDescriptor()1714 if (entry != StringDictionary::kNotFound) { in LocalLookupRealNamedProperty()2319 if (entry != NumberDictionary::kNotFound) { in DeleteElementPostInterceptor()2405 if (entry != NumberDictionary::kNotFound) { in DeleteElement()2743 if (entry != NumberDictionary::kNotFound) { in DefineGetterSetter()2860 if (entry != NumberDictionary::kNotFound) { in LookupAccessor()[all …]
187 static const int kNotFound = -2; variable
1902 bool Contains(String* name) { return kNotFound != Search(name); } in Contains()1923 static const int kNotFound = -1; variable2077 static const int kNotFound = -1; variable
605 DescriptorArray::kNotFound) { in CopyAppendCallbackDescriptors()
1381 if (nof == 0) return kNotFound; in Search()
2653 if ((entry != StringDictionary::kNotFound) && in Runtime_KeyedGetProperty()