Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp189 …JSHandle<JSTaggedValue> speciesConstructor = JSObject::GetProperty(thread, thisValue, speciesSymbo… in Race() local
191 if (!(speciesConstructor->IsUndefined() || speciesConstructor->IsNull())) { in Race()
192 thisValue = speciesConstructor; in Race()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2015 …JSHandle<JSTaggedValue> speciesConstructor(GetProperty(thread, objConstructor, speciesSymbol).GetV… in SpeciesConstructor() local
2019 if (speciesConstructor->IsUndefined() || speciesConstructor->IsNull()) { in SpeciesConstructor()
2023 if (speciesConstructor->IsConstructor()) { in SpeciesConstructor()
2024 return speciesConstructor; in SpeciesConstructor()