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