Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp403 …nsferHelperCreateDynamicTypedArrayIntrinsic(EtsEscompatArrayBuffer *object, int32_t typedArrayType, in InteropTransferHelperCreateDynamicTypedArrayIntrinsic() argument
406 return CreateDynamicTypedArray(object, typedArrayType, length, byteOffset); in InteropTransferHelperCreateDynamicTypedArrayIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DInteropTransferHelper.ets.j238 …private static native createDynamicTypedArray(buffer: ArrayBuffer, typedArrayType: int, length: do…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h82 …DynamicTypedArray(EtsEscompatArrayBuffer *staticArrayBuffer, int32_t typedArrayType, double length,
Dintrinsics_api_impl.cpp1313 …DynamicTypedArray(EtsEscompatArrayBuffer *staticArrayBuffer, int32_t typedArrayType, double length, in CreateDynamicTypedArray() argument
1333 …napi_create_typedarray(env, static_cast<napi_typedarray_type>(typedArrayType), length, dynamicArra… in CreateDynamicTypedArray()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/interop/js/
DInteropTransferHelper.ets38 …private static native createDynamicTypedArray(buffer: ArrayBuffer, typedArrayType: int, length: do…