Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc2395 Handle<Context> constructor_context; in ArraySpeciesConstructor() local
2397 isolate, constructor_context, in ArraySpeciesConstructor()
2400 if (*constructor_context != *isolate->native_context() && in ArraySpeciesConstructor()
2401 *constructor == constructor_context->array_function()) { in ArraySpeciesConstructor()