Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c503 ecma_value_t species_symbol = ecma_op_object_get_by_magic_id (this_obj_p, in ecma_builtin_promise_race_or_all() local
506 if (ECMA_IS_VALUE_ERROR (species_symbol)) in ecma_builtin_promise_race_or_all()
508 return species_symbol; in ecma_builtin_promise_race_or_all()
513 if (!ecma_is_value_null (species_symbol) && !ecma_is_value_undefined (species_symbol)) in ecma_builtin_promise_race_or_all()
515 constructor_value = species_symbol; in ecma_builtin_promise_race_or_all()
/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h232 *name == roots.species_symbol() || *name == roots.iterator_symbol() || in UpdateProtector()
H A Dlookup.cc258 } else if (*name == roots.species_symbol()) { in InternalUpdateProtector()
H A Dobjects.cc1709 isolate->factory()->species_symbol()), in ArraySpeciesConstructor()
1753 isolate->factory()->species_symbol()), in SpeciesConstructor()
/third_party/node/deps/v8/src/init/
H A Dheap-symbols.h488 V(_, species_symbol, Symbol.species) \
H A Dbootstrapper.cc673 factory->species_symbol(), Builtin::kReturnReceiver, in InstallSpeciesGetter()
2242 InstallConstant(isolate_, symbol_fun, "species", factory->species_symbol()); in InitializeGlobal()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h204 V(species_symbol, species_symbol, SpeciesSymbol) \
H A Dcode-stub-assembler.cc13697 GetProperty(context, constructor, isolate->factory()->species_symbol());

Completed in 46 milliseconds