Searched refs:speciesConstructor (Results 1 – 2 of 2) sorted by relevance
189 …JSHandle<JSTaggedValue> speciesConstructor = JSObject::GetProperty(thread, thisValue, speciesSymbo… in Race() local191 if (!(speciesConstructor->IsUndefined() || speciesConstructor->IsNull())) { in Race()192 thisValue = speciesConstructor; in Race()
2015 …JSHandle<JSTaggedValue> speciesConstructor(GetProperty(thread, objConstructor, speciesSymbol).GetV… in SpeciesConstructor() local2019 if (speciesConstructor->IsUndefined() || speciesConstructor->IsNull()) { in SpeciesConstructor()2023 if (speciesConstructor->IsConstructor()) { in SpeciesConstructor()2024 return speciesConstructor; in SpeciesConstructor()