Searched refs:retArgs (Results 1 – 1 of 1) sorted by relevance
85 napi_value retArgs[RESULT_ARGC] = { 0 }; in NotifyJS() local92 … ret = static_cast<uint32_t>(NapiCommonUtils::BuildBusinessError(env, retArgs[0], businessError)); in NotifyJS()94 ret = static_cast<uint32_t>(result.buildJSObject(env, retArgs[1], result)); in NotifyJS()101 … retStatus = napi_call_function(env, undefined, callback, callBackNumber, retArgs, &callResult); in NotifyJS()