Searched refs:napi_create_typedarray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | win-dynamic-node.cpp | 40 … op(napi_create_external_arraybuffer) op(napi_create_typedarray) \ 413 NAPI_EXTERN napi_status NAPI_CDECL napi_create_typedarray(napi_env env, napi_typedarray_type type, … in napi_create_typedarray() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/ |
| D | enumerate_napi.h | 137 …FN_MACRO(napi_create_typedarray, napi_env, env, napi_typedarray_type, type, size_t, length, napi_v…
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/include/ |
| D | convertors-napi.h | 192 napi_create_typedarray(env, napi_uint8_array, value.length, arrayBuffer, 0, &result); 1479 … napi_create_typedarray(env, napi_uint8_array, length, buffer, 0, &node_args[1]); \ 1501 …napi_create_typedarray(env, napi_uint8_array, length, buffer, 0, &node_args[1]); …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 1333 …napi_create_typedarray(env, static_cast<napi_typedarray_type>(typedArrayType), length, dynamicArra… in CreateDynamicTypedArray()
|