Home
last modified time | relevance | path

Searched refs:onRejected (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp629 ARKTS_Value ARKTS_PromiseThen(ARKTS_Env env, ARKTS_Value prom, ARKTS_Value onFulfilled, ARKTS_Value onRejected) in ARKTS_PromiseThen() argument
638 auto onRejectTag = BIT_CAST(onRejected, Local<JSValueRef>); in ARKTS_PromiseThen()
641 auto onRejectedFunc = BIT_CAST(onRejected, Local<FunctionRef>); in ARKTS_PromiseThen()
H A Dark_interop_napi.h183 ARKTS_Value onRejected);

Completed in 3 milliseconds