Lines Matching full:species
461 // TODO(littledan): Look up @@species only once, not once here and
462 // again in the JS builtin. Pass the species out?
463 Handle<Object> species;
465 isolate, species, Object::ArraySpeciesConstructor(isolate, receiver));
466 if (*species != isolate->context()->native_context()->array_function()) {
554 // TODO(littledan): Look up @@species only once, not once here and
555 // again in the JS builtin. Pass the species out?
556 Handle<Object> species;
558 isolate, species, Object::ArraySpeciesConstructor(isolate, receiver));
559 if (*species != isolate->context()->native_context()->array_function()) {