Searched refs:GetTypeArrayInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_types.cpp | 203 bool Types::GetTypeArrayInfo(napi_env env, napi_value src, napi_typedarray_type &type) const in GetTypeArrayInfo() function in OHOS::Util::Types 224 if (GetTypeArrayInfo(env, src, type)) { in IsFloat32Array() 238 if (GetTypeArrayInfo(env, src, type)) { in IsFloat64Array() 296 if (GetTypeArrayInfo(env, src, type)) { in IsInt16Array() 310 if (GetTypeArrayInfo(env, src, type)) { in IsInt32Array() 462 if (GetTypeArrayInfo(env, src, type)) { in IsUint8Array() 476 if (GetTypeArrayInfo(env, src, type)) { in IsUint8ClampedArray() 490 if (GetTypeArrayInfo(env, src, type)) { in IsUint16Array() 504 if (GetTypeArrayInfo(env, src, type)) { in IsUint32Array()
|
H A D | js_types.h | 147 bool GetTypeArrayInfo(napi_env env, napi_value src, napi_typedarray_type &type) const;
|