Searched refs:tempArgc (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 355 size_t tempArgc = 0;
in TextdecoderConstructor() local 357 napi_get_cb_info(env, info, &tempArgc, nullptr, &thisVar, nullptr);
in TextdecoderConstructor() 364 if (tempArgc == 1) {
in TextdecoderConstructor() 373 } else if (tempArgc == 2) { // 2: The number of parameters is 2.
in TextdecoderConstructor() 411 size_t tempArgc = 2; // 2:The number of parameters is 2
in DecodeToString() local 413 napi_get_cb_info(env, info, &tempArgc, nullptr, &thisVar, nullptr);
in DecodeToString() 429 if (tempArgc == 1) {
in DecodeToString() 438 } else if (tempArgc == 2) { // 2: The number of parameters is 2.
in DecodeToString() 464 size_t tempArgc = 2; // 2:The number of parameters is 2
in TextdecoderDecode() local 466 napi_get_cb_info(env, info, &tempArgc, nullpt in TextdecoderDecode() [all...] |
Completed in 4 milliseconds