Searched refs:typedArrayType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 403 …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/ |
| D | InteropTransferHelper.ets.j2 | 38 …private static native createDynamicTypedArray(buffer: ArrayBuffer, typedArrayType: int, length: do…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.h | 82 …DynamicTypedArray(EtsEscompatArrayBuffer *staticArrayBuffer, int32_t typedArrayType, double length,
|
| D | intrinsics_api_impl.cpp | 1313 …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/ |
| D | InteropTransferHelper.ets | 38 …private static native createDynamicTypedArray(buffer: ArrayBuffer, typedArrayType: int, length: do…
|