11cb0ef41Sopenharmony_ci#ifndef TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_ 21cb0ef41Sopenharmony_ci#define TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_ 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_ci#include <js_native_api.h> 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_civoid init_test_null(napi_env env, napi_value exports); 71cb0ef41Sopenharmony_ci 81cb0ef41Sopenharmony_ci#endif // TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_ 9