Home
last modified time | relevance | path

Searched defs:onFulfilled (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp83 …JSHandle<JSAsyncFromSyncIterUnwarpFunction> onFulfilled = factory->NewJSAsyncFromSyncIterUnwarpFun… in AsyncFromSyncIteratorContinuation() local
Djs_async_generator_object.cpp184 JSHandle<JSAsyncGeneratorResNextRetProRstFtn> onFulfilled = in AsyncGeneratorResumeNext() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp380 JSHandle<JSTaggedValue> onFulfilled = BuiltinsBase::GetCallArg(argv, 0); in Then() local
388 const JSHandle<JSTaggedValue> &onFulfilled, in PerformPromiseThen()
995 JSHandle<JSPromiseAllSettledElementFunction> onFulfilled = in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2041 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then()