Home
last modified time | relevance | path

Searched defs:onRejected (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp369 JSHandle<JSTaggedValue> onRejected = BuiltinsBase::GetCallArg(argv, 1); in Then() local
377 const JSHandle<JSTaggedValue> &onRejected, in PerformPromiseThen()
799 …JSHandle<JSPromiseAnyRejectElementFunction> onRejected = factory->NewJSPromiseAnyRejectElementFunc… in PerformPromiseAny() local
1003 JSHandle<JSPromiseAllSettledElementFunction> onRejected = in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1861 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5917 …> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then()