Searched refs:napi_destroy_ark_runtime (Results 1 – 15 of 15) sorted by relevance
5 …k_runtime`来创建一个新的ArkTS基础运行时环境,并通过该运行时环境加载ArkTS模块。当使用结束后,开发者需要通过`napi_destroy_ark_runtime`来销毁所创建的Ar…116 ret = napi_destroy_ark_runtime(&env);
308 // napi_destroy_ark_runtime 会将指针置空,拷贝一份用以构造问题场景310 napi_destroy_ark_runtime(&env);
505 | napi_destroy_ark_runtime|销毁基础运行时环境。|736 | napi_destroy_ark_runtime | 销毁基础运行时环境 |
644 | napi_destroy_ark_runtime | 销毁基础运行时环境。 |648 #### napi_create_ark_runtime、napi_destroy_ark_runtime
5 …nt. To destroy an ArkTS runtime environment that is not required, use **napi_destroy_ark_runtime**.102 ret = napi_destroy_ark_runtime(&env);
311 … // napi_destroy_ark_runtime sets the pointer to null. Copy the pointer to simulate the problem.313 napi_destroy_ark_runtime(&env);
494 | napi_destroy_ark_runtime|Destroys an ArkTS runtime environment.|725 | napi_destroy_ark_runtime | Destroys the ArkTS runtime environment.|
632 | napi_destroy_ark_runtime | Destroys the ArkTS runtime environment.|636 #### napi_create_ark_runtime, napi_destroy_ark_runtime
695 |FUNC|napi_destroy_ark_runtime|销毁基础运行时环境。|12|927 ### napi_destroy_ark_runtime subsection930 napi_status napi_destroy_ark_runtime(napi_env *env)
105 NAPI_EXTERN napi_status napi_destroy_ark_runtime(napi_env *env);
71 ret = napi_destroy_ark_runtime(&env);
693 |FUNC|napi_destroy_ark_runtime|Destroys the ArkTS runtime environment.|12|925 ### napi_destroy_ark_runtime subsection928 napi_status napi_destroy_ark_runtime(napi_env *env)
4016 NAPI_EXTERN napi_status napi_destroy_ark_runtime(napi_env* env) in napi_destroy_ark_runtime() function
9663 auto res = napi_destroy_ark_runtime(nullptr);9676 auto res = napi_destroy_ark_runtime(nullptr);