Home
last modified time | relevance | path

Searched refs:HasArrayPrototype (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-array.cc684 !array->HasArrayPrototype(isolate))) { in BUILTIN()
745 !Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) || in BUILTIN()
1627 Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) && in BUILTIN()
/external/v8/src/
Dobjects-inl.h7997 bool JSArray::HasArrayPrototype(Isolate* isolate) { in HasArrayPrototype() function
Dobjects.h10929 inline bool HasArrayPrototype(Isolate* isolate);
Dobjects.cc885 if (!array->HasArrayPrototype(isolate) || in CreateListFromArrayLikeFastPath()
2282 Handle<JSArray>::cast(original_array)->HasArrayPrototype(isolate) && in ArraySpeciesConstructor()