Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc571 if (!Subclass::HasElementImpl(isolate, holder, i, backing_store, in IsPackedImpl()
599 return Subclass::HasElementImpl(holder->GetIsolate(), holder, index, in HasElement()
603 static bool HasElementImpl(Isolate* isolate, Handle<JSObject> holder, in HasElementImpl() function in v8::internal::__anon402a89d60111::ElementsAccessorBase
1070 if (Subclass::HasElementImpl(isolate, object, i, backing_store, filter)) { in CollectElementIndicesImpl()
1083 if (Subclass::HasElementImpl(isolate, object, i, backing_store, filter)) { in DirectCollectElementIndicesImpl()
2716 static bool HasElementImpl(Isolate* isolate, Handle<JSObject> holder, in HasElementImpl() function in v8::internal::__anon402a89d60111::TypedElementsAccessor
/external/v8/
DChangeLog21597 Fixed missing bounds check in HasElementImpl.