Searched defs:onRejected (Results 1 – 3 of 3) sorted by relevance
381 JSHandle<JSTaggedValue> onRejected = BuiltinsBase::GetCallArg(argv, 1); in Then() local389 const JSHandle<JSTaggedValue> &onRejected, in PerformPromiseThen()811 …JSHandle<JSPromiseAnyRejectElementFunction> onRejected = factory->NewJSPromiseAnyRejectElementFunc… in PerformPromiseAny() local1015 JSHandle<JSPromiseAllSettledElementFunction> onRejected = in PerformPromiseAllSettled() local
1849 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule() local
3892 …> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then()