Home
last modified time | relevance | path

Searched defs:onFulfilled (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_from_sync_iterator.cpp76 JSHandle<JSAsyncFromSyncIterUnwarpFunction> onFulfilled = factory->NewJSAsyncFromSyncIterUnwarpFunction(); in AsyncFromSyncIteratorContinuation() local
H A Djs_async_generator_object.cpp178 JSHandle<JSAsyncGeneratorResNextRetProRstFtn> onFulfilled = in AsyncGeneratorResumeNext() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp368 JSHandle<JSTaggedValue> onFulfilled = BuiltinsBase::GetCallArg(argv, 0); in Then() local
983 JSHandle<JSPromiseAllSettledElementFunction> onFulfilled = in PerformPromiseAllSettled() local
375 PerformPromiseThen(JSThread *thread, const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &onFulfilled, const JSHandle<JSTaggedValue> &onRejected, const JSHandle<PromiseCapability> &capability) PerformPromiseThen() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp1866 JSHandle<JSAsyncModuleFulfilledFunction> onFulfilled = in ExecuteAsyncModule() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp6038 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then() argument

Completed in 19 milliseconds