Home
last modified time | relevance | path

Searched refs:valuetype1 (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp665 napi_typedarray_type valuetype1; in EncodeIntoTwo() local
670 NAPI_CALL(env, napi_get_typedarray_info(env, args[1], &valuetype1, &length, &data, &arraybuffer, &byteOffset)); in EncodeIntoTwo()
673 NAPI_ASSERT(env, valuetype1 == napi_uint8_array, "Wrong argument type. napi_uint8_array expected."); in EncodeIntoTwo()
691 napi_typedarray_type valuetype1; in EncodeIntoUint8Array() local
696 napi_get_typedarray_info(env, args[1], &valuetype1, &length, &data, &arraybuffer, &byteOffset); in EncodeIntoUint8Array()
700 if (valuetype1 != napi_uint8_array) { in EncodeIntoUint8Array()
844 napi_valuetype valuetype1; in DecodeBase64() local
849 NAPI_CALL(env, napi_typeof(env, args[0], &valuetype1)); in DecodeBase64()
850 if (valuetype1 != napi_valuetype::napi_string) { in DecodeBase64()
854 if ((valuetype1 ! in DecodeBase64()
914 napi_valuetype valuetype1; DecodeAsync() local
[all...]
/commonlibrary/ets_utils/js_sys_module/process/
H A Dnative_module_process.cpp374 napi_valuetype valuetype1; in On() local
375 NAPI_CALL(env, napi_typeof(env, args[1], &valuetype1)); in On()
543 napi_valuetype valuetype1; in KillSigOfProcess() local
544 NAPI_CALL(env, napi_typeof(env, argv[1], &valuetype1)); in KillSigOfProcess()
545 if (valuetype0 != napi_number || valuetype1 != napi_number) { in KillSigOfProcess()
/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp37 napi_valuetype valuetype1 = napi_null; in UrlStructor() local
39 napi_typeof(env, argv[0], &valuetype1); in UrlStructor()
40 if (valuetype1 == napi_string) { in UrlStructor()

Completed in 7 milliseconds