From 61f4ccbcc992281178a29262a8c596bd4b7dcaa0 Mon Sep 17 00:00:00 2001 From: liudachuan3 Date: Mon, 27 Jul 2026 14:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnapi=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liudachuan3 --- arkui/napi/libnapi.ndk.json | 4 ---- arkui/napi/native_api.h | 13 ------------- 2 files changed, 17 deletions(-) diff --git a/arkui/napi/libnapi.ndk.json b/arkui/napi/libnapi.ndk.json index 666a8b8a4..285e005e4 100644 --- a/arkui/napi/libnapi.ndk.json +++ b/arkui/napi/libnapi.ndk.json @@ -318,9 +318,5 @@ { "first_introduced": "24", "name": "napi_set_property_with_callsite_info" - }, - { - "first_introduced": "26.1.0", - "name": "napi_get_global_handle_count" } ] diff --git a/arkui/napi/native_api.h b/arkui/napi/native_api.h index 1190d0a15..c673e90a2 100644 --- a/arkui/napi/native_api.h +++ b/arkui/napi/native_api.h @@ -3178,19 +3178,6 @@ NAPI_EXTERN napi_status napi_set_property_with_callsite_info(napi_env env, napi_value value, napi_callsite_info info, bool* hit); - -/** - * @brief To obtain the count of global object in current ArkTS runtime thread. - * @param env Current running virtual machine context. - * @param count The count number of global object. - * - * @return Returns the function execution status. - * - * @since 26.1.0 - */ -NAPI_EXTERN napi_status napi_get_global_handle_count(napi_env env, size_t* count); #ifdef __cplusplus } #endif