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