Home
last modified time | relevance | path

Searched refs:kNotFound (Results 1 – 8 of 8) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dcode-stubs.cc41 if (index == NumberDictionary::kNotFound) { in GetCode()
91 ASSERT(index != NumberDictionary::kNotFound); in GetCode()
Dscopeinfo.cc436 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()
Dobjects.cc421 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 …]
Dscopeinfo.h187 static const int kNotFound = -2; variable
Dobjects.h1902 bool Contains(String* name) { return kNotFound != Search(name); } in Contains()
1923 static const int kNotFound = -1; variable
2077 static const int kNotFound = -1; variable
Dfactory.cc605 DescriptorArray::kNotFound) { in CopyAppendCallbackDescriptors()
Dobjects-inl.h1381 if (nof == 0) return kNotFound; in Search()
Druntime.cc2653 if ((entry != StringDictionary::kNotFound) && in Runtime_KeyedGetProperty()