Searched refs:dataPara (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 415 void *dataPara = nullptr;
in DecodeToString() local 432 napi_get_cb_info(env, info, &argc, &argv, nullptr, &dataPara);
in DecodeToString() 441 napi_get_cb_info(env, info, &argc, argvArr, nullptr, &dataPara);
in DecodeToString() 468 void *dataPara = nullptr;
in TextdecoderDecode() local 484 napi_get_cb_info(env, info, &argc, &argv, nullptr, &dataPara);
in TextdecoderDecode() 494 napi_get_cb_info(env, info, &argc, argvArr, nullptr, &dataPara);
in TextdecoderDecode()
|
Completed in 4 milliseconds