Searched refs:HasArrayPrototype (Results 1 – 5 of 5) sorted by relevance
54 bool JSArray::HasArrayPrototype(Isolate* isolate) { in HasArrayPrototype() function
69 inline bool HasArrayPrototype(Isolate* isolate);
540 !Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) || in BUILTIN()1417 Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) && in BUILTIN()
524 !JSArray::cast(*receiver)->HasArrayPrototype(isolate)) { in RUNTIME_FUNCTION()
867 if (!array->HasArrayPrototype(isolate) || in CreateListFromArrayLikeFastPath()2381 Handle<JSArray>::cast(original_array)->HasArrayPrototype(isolate) && in ArraySpeciesConstructor()