Searched refs:HasEntryImpl (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | elements.cc | 636 return Subclass::HasEntryImpl(holder->GetIsolate(), holder->elements(), in HasEntry() 640 static bool HasEntryImpl(Isolate* isolate, FixedArrayBase* backing_store, in HasEntryImpl() function in v8::internal::__anon05e7137f0111::ElementsAccessorBase 1600 static bool HasEntryImpl(Isolate* isolate, FixedArrayBase* store, in HasEntryImpl() function in v8::internal::__anon05e7137f0111::DictionaryElementsAccessor 2123 static bool HasEntryImpl(Isolate* isolate, FixedArrayBase* backing_store, in HasEntryImpl() function in v8::internal::__anon05e7137f0111::FastElementsAccessor 2135 if (Subclass::HasEntryImpl(isolate, backing_store, i)) count++; in NumberOfElementsImpl() 2148 HasEntryImpl(isolate, *elements, i)) { in AddElementsToKeyAccumulatorImpl() 2714 if (!Subclass::HasEntryImpl(isolate, *elements, index)) continue; in CollectValuesOrEntriesImpl() 2725 if (!Subclass::HasEntryImpl(isolate, elements, index)) continue; in CollectValuesOrEntriesImpl() 2882 if (!Subclass::HasEntryImpl(isolate, *elements, index)) continue; in CollectValuesOrEntriesImpl() 3755 if (!HasEntryImpl(isolate, *elements, entry)) continue; in AddElementsToKeyAccumulatorImpl() [all …]
|