Searched defs:onRejected (Results 1 – 2 of 2) 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
2041 …> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then()