Home
last modified time | relevance | path

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

/external/v8/src/js/
Druntime.js25 speciesSymbol = from.species_symbol;
/external/v8/src/
Dheap-symbols.h235 V(species_symbol, Symbol.species) \
Dlookup.h263 *name_ == heap()->species_symbol() || in UpdateProtector()
Dlookup.cc182 } else if (*name_ == heap()->species_symbol()) { in InternalUpdateProtector()
Dbootstrapper.cc534 factory->species_symbol(), Builtins::kReturnReceiver, in InstallSpeciesGetter()
1750 InstallConstant(isolate, symbol_fun, "species", factory->species_symbol()); in InitializeGlobal()
Dobjects.cc2310 isolate->factory()->species_symbol()), in ArraySpeciesConstructor()
/external/v8/src/builtins/
Dbuiltins-promise.cc302 Node* const species_symbol = in SpeciesConstructor() local
303 HeapConstant(isolate->factory()->species_symbol()); in SpeciesConstructor()
305 CallStub(getproperty_callable, context, constructor, species_symbol); in SpeciesConstructor()
/external/v8/src/runtime/
Druntime-regexp.cc1333 JSObject::GetProperty(ctor, isolate->factory()->species_symbol()), in SpeciesConstructor()