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.cpp82 …JSHandle<JSAsyncFromSyncIterUnwarpFunction> onFulfilled = factory->NewJSAsyncFromSyncIterUnwarpFun… in AsyncFromSyncIteratorContinuation() local
Djs_async_generator_object.cpp179 JSHandle<JSAsyncGeneratorResNextRetProRstFtn> onFulfilled = in AsyncGeneratorResumeNext() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp377 JSHandle<JSTaggedValue> onFulfilled = BuiltinsBase::GetCallArg(argv, 0); in Then() local
385 const JSHandle<JSTaggedValue> &onFulfilled, in PerformPromiseThen()
983 JSHandle<JSPromiseAllSettledElementFunction> onFulfilled = in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1586 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then()