/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-property.md | 25 | napi_delete_property | 在需要删除一个ArkTS对象上的某个属性时,可以使用这个函数。 | 253 ### napi_delete_property subsection 279 napi_status status = napi_delete_property(env, args[0], args[1], &result); 281 napi_throw_error(env, nullptr, "Node-API napi_delete_property failed"); 307 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_property first: %{public}s', testNapi.dele… 314 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_property config: %{public}s', testNapi.del…
|
H A D | napi-data-types-interfaces.md | 451 | napi_delete_property | 尝试从给定Object中删除给定key属性。 |
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-property.md | 25 | napi_delete_property | Deletes a property from an ArkTS object.| 253 ### napi_delete_property subsection 255 Use **napi_delete_property** to delete the property specified by **key** from an object. 279 napi_status status = napi_delete_property(env, args[0], args[1], &result); 281 napi_throw_error(env, nullptr, "Node-API napi_delete_property failed"); 307 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_property first: %{public}s', testNapi.dele… 314 hilog.info(0x0000, 'testTag', 'Test Node-API napi_delete_property config: %{public}s', testNapi.del…
|
H A D | napi-data-types-interfaces.md | 434 | napi_delete_property | Deletes a property from an object.|
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | sendable-constraints.md | 465 | 禁止删除属性,不能使用的接口有:napi_delete_property。 |
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-getTarget.md | 259 | napi_delete_property | 删除属性时需要加上"\_\_ob\_"前缀才能删除成功。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 106 |FUNC|napi_delete_property|尝试从给定`Object`中删除给定`key`属性。|10| 331 ### napi_delete_property subsection
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | sendable-constraints.md | 457 | Do not delete properties. The **napi_delete_property** interface cannot be used.|
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-getTarget.md | 260 | napi_delete_property | Deletes an attribute successfully adding the prefix **\_\_ob\_**.|
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 106 |FUNC|napi_delete_property|Deletes the **key** property from an object.|10| 329 ### napi_delete_property subsection
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 620 napi_delete_property(env, result, messageKey, nullptr); 675 ASSERT_CHECK_CALL(napi_delete_property(env, result, funcKey, &isFuncDelete)); 2476 ASSERT_CHECK_CALL(napi_delete_property(env, object, strAttribute, &testDeleted)); 5165 napi_status status = napi_delete_property(env, obj, key, &result); 5177 napi_status status = napi_delete_property(env, obj, key, &result); 5190 status = napi_delete_property(env, obj, key, &result);
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 5367 status = napi_delete_property(env, object, namestr, &deleteresult); 5588 status = napi_delete_property(env, object, namestr, &deleteresult); 5781 status = napi_delete_property(env, object, namestr, &deleteresult); 6002 status = napi_delete_property(env, object, namestr, &deleteresult);
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 577 NAPI_CALL_RETURN_VOID(env, napi_delete_property(env, errObj, jsMessageStr, nullptr)); in ProcessCallbackOrPromise()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 917 NAPI_EXTERN napi_status napi_delete_property(napi_env env, napi_value object, napi_value key, bool*… in napi_delete_property() function
|