Searched refs:getTypedArrayInfo (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/types/libnapitest/ |
| D | index.d.ts | 61 export const getTypedArrayInfo: () => number; constant
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/ets/test/ |
| D | JsvmTest.ets | 2379 getTypedArrayInfo(new Int8Array(3), ${ IS_JSVM_INT8_ARRAY }) 2392 getTypedArrayInfo(new Int16Array(3), ${ IS_JSVM_INT8_ARRAY }) 2405 getTypedArrayInfo(new Int32Array(3), ${ IS_JSVM_INT8_ARRAY }) 2418 getTypedArrayInfo(new Float64Array(3), ${ IS_JSVM_INT8_ARRAY }) 2431 getTypedArrayInfo(new BigInt64Array(3), ${ IS_JSVM_INT8_ARRAY }) 2444 getTypedArrayInfo(new Int8Array(5), ${ LENGTH }) 2457 getTypedArrayInfo(new Int8Array(5), ${ IS_BUFFER }) 2470 getTypedArrayInfo(1, ${ IS_BUFFER }) 2483 getTypedArrayInfo(\'a\', ${ IS_BUFFER }) 2496 getTypedArrayInfo({}, ${ IS_BUFFER }) [all …]
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 979 static napi_value getTypedArrayInfo(napi_env env, napi_callback_info info) in getTypedArrayInfo() function 9872 DECLARE_NAPI_FUNCTION("getTypedArrayInfo", getTypedArrayInfo), in Init()
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/ |
| D | NapiTest.ets | 2173 let value = napitest.getTypedArrayInfo();
|