Home
last modified time | relevance | path

Searched refs:napiArgs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp146 napi_value* napiArgs = nullptr; in CallbackFunctionForH5() local
149 napiArgs = new napi_value[argc]; in CallbackFunctionForH5()
150 if (!napiArgs) { in CallbackFunctionForH5()
158 napi_get_cb_info(env, info, &argc, napiArgs, &thisVar, &data); in CallbackFunctionForH5()
165 napi_value napiArg = napiArgs[i]; in CallbackFunctionForH5()
175 if (napiArgs) { in CallbackFunctionForH5()
176 delete[] napiArgs; in CallbackFunctionForH5()