Home
last modified time | relevance | path

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

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