Searched refs:HasArrayPrototype (Results 1 – 4 of 4) sorted by relevance
684 !array->HasArrayPrototype(isolate))) { in BUILTIN()745 !Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) || in BUILTIN()1627 Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) && in BUILTIN()
7997 bool JSArray::HasArrayPrototype(Isolate* isolate) { in HasArrayPrototype() function
10929 inline bool HasArrayPrototype(Isolate* isolate);
885 if (!array->HasArrayPrototype(isolate) || in CreateListFromArrayLikeFastPath()2282 Handle<JSArray>::cast(original_array)->HasArrayPrototype(isolate) && in ArraySpeciesConstructor()