Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp122 JSHandle<JSTaggedValue> sctor = JSObject::GetProperty(thread, ctor, speciesSymbol).GetValue(); in All() local
123 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, sctor.GetTaggedValue()); in All()
126 if (!sctor->IsUndefined() && !sctor->IsNull()) { in All()
127 ctor = sctor; in All()