Home
last modified time | relevance | path

Searched defs:onFulfilled (Results 1 – 5 of 5) 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/module/
Djs_module_source_text.cpp1845 JSHandle<JSAsyncModuleFulfilledFunction> onFulfilled = in ExecuteAsyncModule() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3892 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then()