Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-array-inl.h54 bool JSArray::HasArrayPrototype(Isolate* isolate) { in HasArrayPrototype() function
Djs-array.h69 inline bool HasArrayPrototype(Isolate* isolate);
/external/v8/src/builtins/
Dbuiltins-array.cc540 !Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) || in BUILTIN()
1417 Handle<JSArray>::cast(receiver)->HasArrayPrototype(isolate) && in BUILTIN()
/external/v8/src/runtime/
Druntime-array.cc524 !JSArray::cast(*receiver)->HasArrayPrototype(isolate)) { in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects.cc867 if (!array->HasArrayPrototype(isolate) || in CreateListFromArrayLikeFastPath()
2381 Handle<JSArray>::cast(original_array)->HasArrayPrototype(isolate) && in ArraySpeciesConstructor()