Home
last modified time | relevance | path

Searched refs:HasElementImpl (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Delements.cc597 if (!Subclass::HasElementImpl(isolate, holder, i, backing_store, in IsPackedImpl()
624 return Subclass::HasElementImpl(holder->GetIsolate(), holder, index, in HasElement()
628 static bool HasElementImpl(Isolate* isolate, JSObject* holder, uint32_t index, in HasElementImpl() function in v8::internal::__anon05e7137f0111::ElementsAccessorBase
1163 if (Subclass::HasElementImpl(isolate, *object, i, *backing_store, in CollectElementIndicesImpl()
1179 if (Subclass::HasElementImpl(isolate, *object, i, *backing_store, in DirectCollectElementIndicesImpl()
2495 if (!Subclass::HasElementImpl(isolate, *object, i, *elements)) continue; in CreateListFromArrayLikeImpl()
2992 static bool HasElementImpl(Isolate* isolate, JSObject* holder, uint32_t index, in HasElementImpl() function in v8::internal::__anon05e7137f0111::TypedElementsAccessor
/external/v8/
DChangeLog46498 Fixed missing bounds check in HasElementImpl.