Searched defs:onRejected (Results 1 – 2 of 2) sorted by relevance
378 JSHandle<JSTaggedValue> onRejected = BuiltinsBase::GetCallArg(argv, 1); in Then() local386 const JSHandle<JSTaggedValue> &onRejected, in PerformPromiseThen()801 …JSHandle<JSPromiseAnyRejectElementFunction> onRejected = factory->NewJSPromiseAnyRejectElementFunc… in PerformPromiseAny() local1003 JSHandle<JSPromiseAllSettledElementFunction> onRejected = in PerformPromiseAllSettled() local
1586 …> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then()