Searched refs:species_symbol (Results 1 - 8 of 8) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-promise.c | 503 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 D | lookup-inl.h | 232 *name == roots.species_symbol() || *name == roots.iterator_symbol() || in UpdateProtector()
|
H A D | lookup.cc | 258 } else if (*name == roots.species_symbol()) { in InternalUpdateProtector()
|
H A D | objects.cc | 1709 isolate->factory()->species_symbol()), in ArraySpeciesConstructor() 1753 isolate->factory()->species_symbol()), in SpeciesConstructor()
|
/third_party/node/deps/v8/src/init/ |
H A D | heap-symbols.h | 488 V(_, species_symbol, Symbol.species) \
|
H A D | bootstrapper.cc | 673 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 D | code-stub-assembler.h | 204 V(species_symbol, species_symbol, SpeciesSymbol) \
|
H A D | code-stub-assembler.cc | 13697 GetProperty(context, constructor, isolate->factory()->species_symbol());
|
Completed in 49 milliseconds