Searched defs:onFulfilled (Results 1 – 5 of 5) sorted by relevance
83 …JSHandle<JSAsyncFromSyncIterUnwarpFunction> onFulfilled = factory->NewJSAsyncFromSyncIterUnwarpFun… in AsyncFromSyncIteratorContinuation() local
184 JSHandle<JSAsyncGeneratorResNextRetProRstFtn> onFulfilled = in AsyncGeneratorResumeNext() local
380 JSHandle<JSTaggedValue> onFulfilled = BuiltinsBase::GetCallArg(argv, 0); in Then() local388 const JSHandle<JSTaggedValue> &onFulfilled, in PerformPromiseThen()995 JSHandle<JSPromiseAllSettledElementFunction> onFulfilled = in PerformPromiseAllSettled() local
1845 JSHandle<JSAsyncModuleFulfilledFunction> onFulfilled = in ExecuteAsyncModule() local
3892 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then()