Home
last modified time | relevance | path

Searched refs:CreateDynamicTypedArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp406 return CreateDynamicTypedArray(object, typedArrayType, length, byteOffset); in InteropTransferHelperCreateDynamicTypedArrayIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h82 EtsObject *CreateDynamicTypedArray(EtsEscompatArrayBuffer *staticArrayBuffer, int32_t typedArrayTyp…
Dintrinsics_api_impl.cpp1313 EtsObject *CreateDynamicTypedArray(EtsEscompatArrayBuffer *staticArrayBuffer, int32_t typedArrayTyp… in CreateDynamicTypedArray() function