Searched defs:promiseHandle (Results 1 – 5 of 5) sorted by relevance
157 static EtsObject *AwaitProxyPromise(EtsCoroutine *currentCoro, EtsHandle<EtsPromise> &promiseHandle) in AwaitProxyPromise()199 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAwaitPromise() local
49 … bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &promiseHandle, in Launch()89 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchCoroutine() local134 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in LaunchFromInterpreterImpl() local
117 …EtsHandle<EtsPromise> promiseHandle(coro, EtsPromise::FromCoreType(vm->GetGlobalObjectStorage()->G… in OnJsPromiseResolved() local
280 JSHandle<JSTaggedValue> promiseHandle = in ThenFinally() local321 JSHandle<JSTaggedValue> promiseHandle = in CatchFinally() local
429 EtsHandle<EtsPromise> promiseHandle(currentCoro, promise); in EtsAsyncCall() local