Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp369 JSHandle<JSTaggedValue> onRejected = BuiltinsBase::GetCallArg(argv, 1); in Then() local
375 PerformPromiseThen(JSThread *thread, const JSHandle<JSPromise> &promise, const JSHandle<JSTaggedValue> &onFulfilled, const JSHandle<JSTaggedValue> &onRejected, const JSHandle<PromiseCapability> &capability) PerformPromiseThen() argument
799 JSHandle<JSPromiseAnyRejectElementFunction> onRejected = factory->NewJSPromiseAnyRejectElementFunction(); PerformPromiseAny() local
1003 JSHandle<JSPromiseAllSettledElementFunction> onRejected = PerformPromiseAllSettled() local
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp1870 JSHandle<JSAsyncModuleRejectedFunction> onRejected = 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 21 milliseconds