Home
last modified time | relevance | path

Searched refs:napi_create_typedarray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp40 … 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/
Denumerate_napi.h137 …FN_MACRO(napi_create_typedarray, napi_env, env, napi_typedarray_type, type, size_t, length, napi_v…
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dconvertors-napi.h192 napi_create_typedarray(env, napi_uint8_array, value.length, arrayBuffer, 0, &result);
1479napi_create_typedarray(env, napi_uint8_array, length, buffer, 0, &node_args[1]); \
1501napi_create_typedarray(env, napi_uint8_array, length, buffer, 0, &node_args[1]); …
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp1333napi_create_typedarray(env, static_cast<napi_typedarray_type>(typedArrayType), length, dynamicArra… in CreateDynamicTypedArray()