Home
last modified time | relevance | path

Searched refs:napi_delete_element (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-array.md29 | napi_delete_element | 用于在Node-API模块中从ArkTS数组对象中删除请求索引对应的元素。 |
390 ### napi_delete_element subsection
410 napi_delete_element(env, args[0], index, &deleted);
434 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_element arr[0]: %{public}s', testNapi.napi…
H A Dnapi-data-types-interfaces.md352 | napi_delete_element | 尝试删除给定Object的指定索引处的元素。 |
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-array.md29 | napi_delete_element | Deletes the element at the specified index of the given ArkTS array.|
390 ### napi_delete_element subsection
392 Use **napi_delete_element** to delete the element at the specified index from an ArkTS array.
410 napi_delete_element(env, args[0], index, &deleted);
433 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_element arr[0]: %{public}s', testNapi.napi…
H A Dnapi-data-types-interfaces.md352 | napi_delete_element | Deletes the element at the specified index of the given **Object**.|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dnapi.md114 |FUNC|napi_delete_element|尝试删除给定`Object`的指定索引处的元素。|10|
381 ### napi_delete_element subsection
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md114 |FUNC|napi_delete_element|Deletes the element at the specified index of an object.|10|
379 ### napi_delete_element subsection
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp926 napi_delete_element(env, array, i, &isDelete);
5493 napi_status status = napi_delete_element(env, obj, index, &result);
5505 status = napi_delete_element(env, obj, index, &result);
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1084 NAPI_EXTERN napi_status napi_delete_element(napi_env env, napi_value object, uint32_t index, bool* … in napi_delete_element() function