Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp399 size_t tempArgc = 0; in TextdecoderConstructor() local
401 napi_get_cb_info(env, info, &tempArgc, nullptr, &thisVar, nullptr); in TextdecoderConstructor()
407 if (tempArgc == 1) { in TextdecoderConstructor()
416 } else if (tempArgc == 2) { // 2: The number of parameters is 2. in TextdecoderConstructor()
459 size_t tempArgc = 2; // 2:The number of parameters is 2 in DecodeToString() local
461 napi_get_cb_info(env, info, &tempArgc, nullptr, &thisVar, nullptr); in DecodeToString()
477 if (tempArgc == 1) { in DecodeToString()
486 } else if (tempArgc == 2) { // 2: The number of parameters is 2. in DecodeToString()
512 size_t tempArgc = 2; // 2:The number of parameters is 2 in TextdecoderDecode() local
529 if (tempArgc == 1) { in TextdecoderDecode()
[all …]