Home
last modified time | relevance | path

Searched defs:CreateArrayBuffer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp34 static EtsHandle<EtsEscompatArrayBuffer> CreateArrayBuffer(EtsCoroutine *coro, EtsInt byteLength, in CreateArrayBuffer() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h5565 ani_status (*CreateArrayBuffer)(ani_env *env, size_t length, void **data_result, member
7588 …ani_status CreateArrayBuffer(size_t length, void **data_result, ani_arraybuffer *arraybuffer_resul… in CreateArrayBuffer() function
Dani_interaction_api.cpp5924 ani_status CreateArrayBuffer(ani_env *env, size_t length, void **dataResult, ani_arraybuffer *array… in CreateArrayBuffer() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/
Dani.md5477 ### CreateArrayBuffer subsection