Searched refs:sctor (Results 1 – 1 of 1) sorted by relevance
122 JSHandle<JSTaggedValue> sctor = JSObject::GetProperty(thread, ctor, speciesSymbol).GetValue(); in All() local123 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, sctor.GetTaggedValue()); in All()126 if (!sctor->IsUndefined() && !sctor->IsNull()) { in All()127 ctor = sctor; in All()