Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp341 JSHandle<JSTaggedValue> onRejected = BuiltinsBase::GetCallArg(argv, 1); in Then() local
361 const JSHandle<JSTaggedValue> &onRejected, in PerformPromiseThen()
783 …JSHandle<JSPromiseAnyRejectElementFunction> onRejected = factory->NewJSPromiseAnyRejectElementFunc… in PerformPromiseAny() local
987 JSHandle<JSPromiseAllSettledElementFunction> onRejected = in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1835 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp6034 JSVM_Value onRejected, in OH_JSVM_PromiseRegisterHandler()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6696 …> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onRejected) in Then()