Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc588 if (!Subclass::HasElementImpl(isolate, holder, i, backing_store, in IsPackedImpl()
616 return Subclass::HasElementImpl(holder->GetIsolate(), holder, index, in HasElement()
620 static bool HasElementImpl(Isolate* isolate, Handle<JSObject> holder, in HasElementImpl() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
1116 if (Subclass::HasElementImpl(isolate, object, i, backing_store, filter)) { in CollectElementIndicesImpl()
1129 if (Subclass::HasElementImpl(isolate, object, i, backing_store, filter)) { in DirectCollectElementIndicesImpl()
2329 if (!Subclass::HasElementImpl(isolate, array, i, elements)) continue; in CreateListFromArrayImpl()
2782 static bool HasElementImpl(Isolate* isolate, Handle<JSObject> holder, in HasElementImpl() function in v8::internal::__anon51de3a750111::TypedElementsAccessor
/external/v8/
DChangeLog25618 Fixed missing bounds check in HasElementImpl.