@lynx-js/lynx-library-headers 0.0.1-alpha.4 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/index.js +1 -0
  2. package/package.json +3 -26
  3. package/README.md +0 -53
  4. package/include/base/include/value/lynx_api_types.h +0 -57
  5. package/include/base/include/value/lynx_value_api.h +0 -204
  6. package/include/base/include/value/lynx_value_types.h +0 -73
  7. package/include/capi/lynx_env_capi.h +0 -47
  8. package/include/capi/lynx_event_reporter_service_capi.h +0 -67
  9. package/include/capi/lynx_export.h +0 -27
  10. package/include/capi/lynx_extension_module_capi.h +0 -148
  11. package/include/capi/lynx_extension_module_types_capi.h +0 -17
  12. package/include/capi/lynx_generic_resource_fetcher_capi.h +0 -124
  13. package/include/capi/lynx_group_capi.h +0 -42
  14. package/include/capi/lynx_http_service_capi.h +0 -113
  15. package/include/capi/lynx_load_meta_capi.h +0 -52
  16. package/include/capi/lynx_log_capi.h +0 -69
  17. package/include/capi/lynx_memory_capi.h +0 -28
  18. package/include/capi/lynx_native_module_capi.h +0 -51
  19. package/include/capi/lynx_native_view_capi.h +0 -163
  20. package/include/capi/lynx_resource_request_capi.h +0 -71
  21. package/include/capi/lynx_resource_response_capi.h +0 -92
  22. package/include/capi/lynx_runtime_lifecycle_observer_capi.h +0 -62
  23. package/include/capi/lynx_security_service_capi.h +0 -52
  24. package/include/capi/lynx_service_center_capi.h +0 -50
  25. package/include/capi/lynx_template_bundle_capi.h +0 -39
  26. package/include/capi/lynx_template_data_capi.h +0 -33
  27. package/include/capi/lynx_trace_capi.h +0 -62
  28. package/include/capi/lynx_trail_service_capi.h +0 -35
  29. package/include/capi/lynx_types.h +0 -750
  30. package/include/capi/lynx_update_meta_capi.h +0 -33
  31. package/include/capi/lynx_view_builder_capi.h +0 -113
  32. package/include/capi/lynx_view_capi.h +0 -174
  33. package/include/capi/lynx_view_client_capi.h +0 -81
  34. package/include/capi/lynx_vsync_monitor_capi.h +0 -38
  35. package/include/capi/lynx_windowless_renderer_capi.h +0 -213
  36. package/include/js_native_api.h +0 -608
  37. package/include/js_native_api_types.h +0 -202
  38. package/include/lynx/base/include/value/lynx_api_types.h +0 -57
  39. package/include/lynx/base/include/value/lynx_value_api.h +0 -204
  40. package/include/lynx/base/include/value/lynx_value_types.h +0 -73
  41. package/include/lynx/extension.h +0 -6
  42. package/include/lynx/platform/embedder/public/capi/lynx_env_capi.h +0 -47
  43. package/include/lynx/platform/embedder/public/capi/lynx_event_reporter_service_capi.h +0 -67
  44. package/include/lynx/platform/embedder/public/capi/lynx_export.h +0 -27
  45. package/include/lynx/platform/embedder/public/capi/lynx_extension_module_capi.h +0 -148
  46. package/include/lynx/platform/embedder/public/capi/lynx_extension_module_types_capi.h +0 -17
  47. package/include/lynx/platform/embedder/public/capi/lynx_generic_resource_fetcher_capi.h +0 -124
  48. package/include/lynx/platform/embedder/public/capi/lynx_group_capi.h +0 -42
  49. package/include/lynx/platform/embedder/public/capi/lynx_http_service_capi.h +0 -113
  50. package/include/lynx/platform/embedder/public/capi/lynx_load_meta_capi.h +0 -52
  51. package/include/lynx/platform/embedder/public/capi/lynx_log_capi.h +0 -69
  52. package/include/lynx/platform/embedder/public/capi/lynx_memory_capi.h +0 -28
  53. package/include/lynx/platform/embedder/public/capi/lynx_native_module_capi.h +0 -51
  54. package/include/lynx/platform/embedder/public/capi/lynx_native_view_capi.h +0 -163
  55. package/include/lynx/platform/embedder/public/capi/lynx_resource_request_capi.h +0 -71
  56. package/include/lynx/platform/embedder/public/capi/lynx_resource_response_capi.h +0 -92
  57. package/include/lynx/platform/embedder/public/capi/lynx_runtime_lifecycle_observer_capi.h +0 -62
  58. package/include/lynx/platform/embedder/public/capi/lynx_security_service_capi.h +0 -52
  59. package/include/lynx/platform/embedder/public/capi/lynx_service_center_capi.h +0 -50
  60. package/include/lynx/platform/embedder/public/capi/lynx_template_bundle_capi.h +0 -39
  61. package/include/lynx/platform/embedder/public/capi/lynx_template_data_capi.h +0 -33
  62. package/include/lynx/platform/embedder/public/capi/lynx_trace_capi.h +0 -62
  63. package/include/lynx/platform/embedder/public/capi/lynx_trail_service_capi.h +0 -35
  64. package/include/lynx/platform/embedder/public/capi/lynx_types.h +0 -750
  65. package/include/lynx/platform/embedder/public/capi/lynx_update_meta_capi.h +0 -33
  66. package/include/lynx/platform/embedder/public/capi/lynx_view_builder_capi.h +0 -113
  67. package/include/lynx/platform/embedder/public/capi/lynx_view_capi.h +0 -174
  68. package/include/lynx/platform/embedder/public/capi/lynx_view_client_capi.h +0 -81
  69. package/include/lynx/platform/embedder/public/capi/lynx_vsync_monitor_capi.h +0 -38
  70. package/include/lynx/platform/embedder/public/capi/lynx_windowless_renderer_capi.h +0 -213
  71. package/include/lynx/platform/embedder/public/lynx_env.h +0 -104
  72. package/include/lynx/platform/embedder/public/lynx_event_reporter_service.h +0 -96
  73. package/include/lynx/platform/embedder/public/lynx_event_simulation_proxy.h +0 -31
  74. package/include/lynx/platform/embedder/public/lynx_extension_module.h +0 -521
  75. package/include/lynx/platform/embedder/public/lynx_generic_resource_fetcher.h +0 -178
  76. package/include/lynx/platform/embedder/public/lynx_group.h +0 -70
  77. package/include/lynx/platform/embedder/public/lynx_http_service.h +0 -211
  78. package/include/lynx/platform/embedder/public/lynx_load_meta.h +0 -120
  79. package/include/lynx/platform/embedder/public/lynx_native_module.h +0 -9
  80. package/include/lynx/platform/embedder/public/lynx_native_view.h +0 -201
  81. package/include/lynx/platform/embedder/public/lynx_resource_request.h +0 -56
  82. package/include/lynx/platform/embedder/public/lynx_resource_response.h +0 -63
  83. package/include/lynx/platform/embedder/public/lynx_runtime_lifecycle_observer.h +0 -102
  84. package/include/lynx/platform/embedder/public/lynx_security_service.h +0 -78
  85. package/include/lynx/platform/embedder/public/lynx_service_center.h +0 -64
  86. package/include/lynx/platform/embedder/public/lynx_template_bundle.h +0 -65
  87. package/include/lynx/platform/embedder/public/lynx_template_data.h +0 -104
  88. package/include/lynx/platform/embedder/public/lynx_trail_service.h +0 -81
  89. package/include/lynx/platform/embedder/public/lynx_update_meta.h +0 -56
  90. package/include/lynx/platform/embedder/public/lynx_value.h +0 -270
  91. package/include/lynx/platform/embedder/public/lynx_view.h +0 -364
  92. package/include/lynx/platform/embedder/public/lynx_view_client.h +0 -226
  93. package/include/lynx/platform/embedder/public/lynx_vsync_monitor.h +0 -70
  94. package/include/lynx/platform/embedder/public/lynx_windowless_renderer.h +0 -302
  95. package/include/lynx/registration.h +0 -178
  96. package/include/lynx_env.h +0 -104
  97. package/include/lynx_event_reporter_service.h +0 -96
  98. package/include/lynx_event_simulation_proxy.h +0 -31
  99. package/include/lynx_extension.h +0 -10
  100. package/include/lynx_extension_module.h +0 -521
  101. package/include/lynx_generic_resource_fetcher.h +0 -178
  102. package/include/lynx_group.h +0 -70
  103. package/include/lynx_http_service.h +0 -211
  104. package/include/lynx_load_meta.h +0 -120
  105. package/include/lynx_native_module.h +0 -9
  106. package/include/lynx_native_view.h +0 -201
  107. package/include/lynx_resource_request.h +0 -56
  108. package/include/lynx_resource_response.h +0 -63
  109. package/include/lynx_runtime_lifecycle_observer.h +0 -102
  110. package/include/lynx_security_service.h +0 -78
  111. package/include/lynx_service_center.h +0 -64
  112. package/include/lynx_template_bundle.h +0 -65
  113. package/include/lynx_template_data.h +0 -104
  114. package/include/lynx_trail_service.h +0 -81
  115. package/include/lynx_update_meta.h +0 -56
  116. package/include/lynx_value.h +0 -270
  117. package/include/lynx_view.h +0 -364
  118. package/include/lynx_view_client.h +0 -226
  119. package/include/lynx_vsync_monitor.h +0 -70
  120. package/include/lynx_windowless_renderer.h +0 -302
  121. package/include/napi-inl.deprecated.h +0 -186
  122. package/include/napi-inl.h +0 -6607
  123. package/include/napi.h +0 -3208
  124. package/include/node_api.h +0 -276
  125. package/include/node_api_types.h +0 -59
  126. package/include/third_party/weak-node-api/headers/js_native_api.h +0 -608
  127. package/include/third_party/weak-node-api/headers/js_native_api_types.h +0 -202
  128. package/include/third_party/weak-node-api/headers/napi-inl.deprecated.h +0 -186
  129. package/include/third_party/weak-node-api/headers/napi-inl.h +0 -6607
  130. package/include/third_party/weak-node-api/headers/napi.h +0 -3208
  131. package/include/third_party/weak-node-api/headers/node_api.h +0 -276
  132. package/include/third_party/weak-node-api/headers/node_api_types.h +0 -59
  133. package/include/third_party/weak-node-api/headers/weak_napi_defines.h +0 -331
  134. package/include/third_party/weak-node-api/headers/weak_napi_undefs.h +0 -282
  135. package/include/weak_napi_defines.h +0 -331
  136. package/include/weak_napi_undefs.h +0 -282
@@ -1,282 +0,0 @@
1
- // Copyright 2025 The Lynx Authors. All rights reserved.
2
- // Licensed under the Apache License Version 2.0 that can be found in the
3
- // LICENSE file in the root directory of this source tree.
4
-
5
- // Note: It is recommended to include this header under a guard such as
6
- // `#if defined(USE_WEAK_SUFFIX_NAPI)` so that the corresponding weak suffix
7
- // symbol undefinitions are applied only when explicitly requested.
8
-
9
- #undef WEAK_NAPI_SYMBOL
10
-
11
- #undef napi_env
12
- #undef napi_env__
13
- #undef node_api_nogc_env
14
- #undef node_api_basic_env
15
- #undef napi_value
16
- #undef napi_value__
17
- #undef napi_ref
18
- #undef napi_ref__
19
- #undef napi_handle_scope
20
- #undef napi_handle_scope__
21
- #undef napi_escapable_handle_scope
22
- #undef napi_escapable_handle_scope__
23
- #undef napi_callback_info
24
- #undef napi_callback_info__
25
- #undef napi_deferred
26
- #undef napi_deferred__
27
- #undef napi_callback_scope
28
- #undef napi_callback_scope__
29
- #undef napi_async_context
30
- #undef napi_async_context__
31
- #undef napi_async_work
32
- #undef napi_async_work__
33
- #undef napi_threadsafe_function
34
- #undef napi_threadsafe_function__
35
- #undef napi_async_cleanup_hook_handle
36
- #undef napi_async_cleanup_hook_handle__
37
- #undef napi_default
38
- #undef napi_writable
39
- #undef napi_enumerable
40
- #undef napi_configurable
41
- #undef napi_static
42
- #undef napi_default_method
43
- #undef napi_default_jsproperty
44
- #undef napi_property_attributes
45
- #undef napi_undefined
46
- #undef napi_null
47
- #undef napi_boolean
48
- #undef napi_number
49
- #undef napi_string
50
- #undef napi_symbol
51
- #undef napi_object
52
- #undef napi_function
53
- #undef napi_external
54
- #undef napi_bigint
55
- #undef napi_valuetype
56
- #undef napi_int8_array
57
- #undef napi_uint8_array
58
- #undef napi_uint8_clamped_array
59
- #undef napi_int16_array
60
- #undef napi_uint16_array
61
- #undef napi_int32_array
62
- #undef napi_uint32_array
63
- #undef napi_float32_array
64
- #undef napi_float64_array
65
- #undef napi_bigint64_array
66
- #undef napi_biguint64_array
67
- #undef napi_typedarray_type
68
- #undef napi_ok
69
- #undef napi_invalid_arg
70
- #undef napi_object_expected
71
- #undef napi_string_expected
72
- #undef napi_name_expected
73
- #undef napi_function_expected
74
- #undef napi_number_expected
75
- #undef napi_boolean_expected
76
- #undef napi_array_expected
77
- #undef napi_generic_failure
78
- #undef napi_pending_exception
79
- #undef napi_cancelled
80
- #undef napi_escape_called_twice
81
- #undef napi_handle_scope_mismatch
82
- #undef napi_callback_scope_mismatch
83
- #undef napi_queue_full
84
- #undef napi_closing
85
- #undef napi_bigint_expected
86
- #undef napi_date_expected
87
- #undef napi_arraybuffer_expected
88
- #undef napi_detachable_arraybuffer_expected
89
- #undef napi_would_deadlock
90
- #undef napi_no_external_buffers_allowed
91
- #undef napi_cannot_run_js
92
- #undef napi_status
93
- #undef napi_tsfn_release
94
- #undef napi_tsfn_abort
95
- #undef napi_threadsafe_function_release_mode
96
- #undef napi_tsfn_nonblocking
97
- #undef napi_tsfn_blocking
98
- #undef napi_threadsafe_function_call_mode
99
- #undef napi_key_include_prototypes
100
- #undef napi_key_own_only
101
- #undef napi_key_collection_mode
102
- #undef napi_key_all_properties
103
- #undef napi_key_writable
104
- #undef napi_key_enumerable
105
- #undef napi_key_configurable
106
- #undef napi_key_skip_strings
107
- #undef napi_key_skip_symbols
108
- #undef napi_key_filter
109
- #undef napi_key_keep_numbers
110
- #undef napi_key_numbers_to_strings
111
- #undef napi_key_conversion
112
- #undef napi_property_descriptor
113
- #undef napi_extended_error_info
114
- #undef napi_node_version
115
- #undef napi_module
116
- #undef napi_type_tag
117
- #undef napi_callback
118
- #undef napi_finalize
119
- #undef node_api_nogc_finalize
120
- #undef node_api_basic_finalize
121
- #undef napi_cleanup_hook
122
- #undef napi_async_execute_callback
123
- #undef napi_async_complete_callback
124
- #undef napi_threadsafe_function_call_js
125
- #undef napi_async_cleanup_hook
126
- #undef napi_addon_register_func
127
- #undef node_api_addon_get_api_version_func
128
- #undef napi_get_last_error_info
129
- #undef napi_get_undefined
130
- #undef napi_get_null
131
- #undef napi_get_global
132
- #undef napi_get_boolean
133
- #undef napi_create_object
134
- #undef napi_create_array
135
- #undef napi_create_array_with_length
136
- #undef napi_create_double
137
- #undef napi_create_int32
138
- #undef napi_create_uint32
139
- #undef napi_create_int64
140
- #undef napi_create_string_latin1
141
- #undef napi_create_string_utf8
142
- #undef napi_create_string_utf16
143
- #undef node_api_create_external_string_latin1
144
- #undef node_api_create_external_string_utf16
145
- #undef node_api_create_property_key_latin1
146
- #undef node_api_create_property_key_utf8
147
- #undef node_api_create_property_key_utf16
148
- #undef napi_create_symbol
149
- #undef node_api_symbol_for
150
- #undef napi_create_function
151
- #undef napi_create_error
152
- #undef napi_create_type_error
153
- #undef napi_create_range_error
154
- #undef node_api_create_syntax_error
155
- #undef napi_typeof
156
- #undef napi_get_value_double
157
- #undef napi_get_value_int32
158
- #undef napi_get_value_uint32
159
- #undef napi_get_value_int64
160
- #undef napi_get_value_bool
161
- #undef napi_get_value_string_latin1
162
- #undef napi_get_value_string_utf8
163
- #undef napi_get_value_string_utf16
164
- #undef napi_coerce_to_bool
165
- #undef napi_coerce_to_number
166
- #undef napi_coerce_to_object
167
- #undef napi_coerce_to_string
168
- #undef napi_get_prototype
169
- #undef napi_get_property_names
170
- #undef napi_set_property
171
- #undef napi_has_property
172
- #undef napi_get_property
173
- #undef napi_delete_property
174
- #undef napi_has_own_property
175
- #undef napi_set_named_property
176
- #undef napi_has_named_property
177
- #undef napi_get_named_property
178
- #undef napi_set_element
179
- #undef napi_has_element
180
- #undef napi_get_element
181
- #undef napi_delete_element
182
- #undef napi_define_properties
183
- #undef napi_is_array
184
- #undef napi_get_array_length
185
- #undef napi_strict_equals
186
- #undef napi_call_function
187
- #undef napi_new_instance
188
- #undef napi_instanceof
189
- #undef napi_get_cb_info
190
- #undef napi_get_new_target
191
- #undef napi_define_class
192
- #undef napi_wrap
193
- #undef napi_unwrap
194
- #undef napi_remove_wrap
195
- #undef napi_create_external
196
- #undef napi_get_value_external
197
- #undef napi_create_reference
198
- #undef napi_delete_reference
199
- #undef napi_reference_ref
200
- #undef napi_reference_unref
201
- #undef napi_get_reference_value
202
- #undef napi_open_handle_scope
203
- #undef napi_close_handle_scope
204
- #undef napi_open_escapable_handle_scope
205
- #undef napi_close_escapable_handle_scope
206
- #undef napi_escape_handle
207
- #undef napi_throw
208
- #undef napi_throw_error
209
- #undef napi_throw_type_error
210
- #undef napi_throw_range_error
211
- #undef node_api_throw_syntax_error
212
- #undef napi_is_error
213
- #undef napi_is_exception_pending
214
- #undef napi_get_and_clear_last_exception
215
- #undef napi_is_arraybuffer
216
- #undef napi_create_arraybuffer
217
- #undef napi_create_external_arraybuffer
218
- #undef napi_get_arraybuffer_info
219
- #undef napi_is_typedarray
220
- #undef napi_create_typedarray
221
- #undef napi_get_typedarray_info
222
- #undef napi_create_dataview
223
- #undef napi_is_dataview
224
- #undef napi_get_dataview_info
225
- #undef napi_get_version
226
- #undef napi_create_promise
227
- #undef napi_resolve_deferred
228
- #undef napi_reject_deferred
229
- #undef napi_is_promise
230
- #undef napi_run_script
231
- #undef napi_adjust_external_memory
232
- #undef napi_create_date
233
- #undef napi_is_date
234
- #undef napi_get_date_value
235
- #undef napi_add_finalizer
236
- #undef napi_create_bigint_int64
237
- #undef napi_create_bigint_uint64
238
- #undef napi_create_bigint_words
239
- #undef napi_get_value_bigint_int64
240
- #undef napi_get_value_bigint_uint64
241
- #undef napi_get_value_bigint_words
242
- #undef napi_get_all_property_names
243
- #undef napi_set_instance_data
244
- #undef napi_get_instance_data
245
- #undef napi_detach_arraybuffer
246
- #undef napi_is_detached_arraybuffer
247
- #undef napi_type_tag_object
248
- #undef napi_check_object_type_tag
249
- #undef napi_object_freeze
250
- #undef napi_object_seal
251
- #undef napi_module_register
252
- #undef napi_fatal_error
253
- #undef napi_async_init
254
- #undef napi_async_destroy
255
- #undef napi_make_callback
256
- #undef napi_create_buffer
257
- #undef napi_create_external_buffer
258
- #undef node_api_create_buffer_from_arraybuffer
259
- #undef napi_create_buffer_copy
260
- #undef napi_is_buffer
261
- #undef napi_get_buffer_info
262
- #undef napi_create_async_work
263
- #undef napi_delete_async_work
264
- #undef napi_queue_async_work
265
- #undef napi_cancel_async_work
266
- #undef napi_get_node_version
267
- #undef napi_get_uv_event_loop
268
- #undef napi_fatal_exception
269
- #undef napi_add_env_cleanup_hook
270
- #undef napi_remove_env_cleanup_hook
271
- #undef napi_open_callback_scope
272
- #undef napi_close_callback_scope
273
- #undef napi_create_threadsafe_function
274
- #undef napi_get_threadsafe_function_context
275
- #undef napi_call_threadsafe_function
276
- #undef napi_acquire_threadsafe_function
277
- #undef napi_release_threadsafe_function
278
- #undef napi_unref_threadsafe_function
279
- #undef napi_ref_threadsafe_function
280
- #undef napi_add_async_cleanup_hook
281
- #undef napi_remove_async_cleanup_hook
282
- #undef node_api_get_module_file_name
@@ -1,331 +0,0 @@
1
- // Copyright 2025 The Lynx Authors. All rights reserved.
2
- // Licensed under the Apache License Version 2.0 that can be found in the
3
- // LICENSE file in the root directory of this source tree.
4
-
5
- // Note: It is recommended to include this header under a guard such as
6
- // `#if defined(USE_WEAK_SUFFIX_NAPI)` so that weak suffix symbol remapping is
7
- // enabled only when explicitly requested.
8
-
9
- // Helper to construct weak symbol names
10
- #define WEAK_NAPI_SYMBOL(name) name##_weak
11
-
12
- #define napi_env WEAK_NAPI_SYMBOL(napi_env)
13
- #define napi_env__ WEAK_NAPI_SYMBOL(napi_env__)
14
- #define node_api_nogc_env WEAK_NAPI_SYMBOL(node_api_nogc_env)
15
- #define node_api_basic_env WEAK_NAPI_SYMBOL(node_api_basic_env)
16
- #define napi_value WEAK_NAPI_SYMBOL(napi_value)
17
- #define napi_value__ WEAK_NAPI_SYMBOL(napi_value__)
18
- #define napi_ref WEAK_NAPI_SYMBOL(napi_ref)
19
- #define napi_ref__ WEAK_NAPI_SYMBOL(napi_ref__)
20
- #define napi_handle_scope WEAK_NAPI_SYMBOL(napi_handle_scope)
21
- #define napi_handle_scope__ WEAK_NAPI_SYMBOL(napi_handle_scope__)
22
- #define napi_escapable_handle_scope \
23
- WEAK_NAPI_SYMBOL(napi_escapable_handle_scope)
24
- #define napi_escapable_handle_scope__ \
25
- WEAK_NAPI_SYMBOL(napi_escapable_handle_scope__)
26
- #define napi_callback_info WEAK_NAPI_SYMBOL(napi_callback_info)
27
- #define napi_callback_info__ WEAK_NAPI_SYMBOL(napi_callback_info__)
28
- #define napi_deferred WEAK_NAPI_SYMBOL(napi_deferred)
29
- #define napi_deferred__ WEAK_NAPI_SYMBOL(napi_deferred__)
30
- #define napi_callback_scope WEAK_NAPI_SYMBOL(napi_callback_scope)
31
- #define napi_callback_scope__ WEAK_NAPI_SYMBOL(napi_callback_scope__)
32
- #define napi_async_context WEAK_NAPI_SYMBOL(napi_async_context)
33
- #define napi_async_context__ WEAK_NAPI_SYMBOL(napi_async_context__)
34
- #define napi_async_work WEAK_NAPI_SYMBOL(napi_async_work)
35
- #define napi_async_work__ WEAK_NAPI_SYMBOL(napi_async_work__)
36
- #define napi_threadsafe_function WEAK_NAPI_SYMBOL(napi_threadsafe_function)
37
- #define napi_threadsafe_function__ WEAK_NAPI_SYMBOL(napi_threadsafe_function__)
38
- #define napi_async_cleanup_hook_handle \
39
- WEAK_NAPI_SYMBOL(napi_async_cleanup_hook_handle)
40
- #define napi_async_cleanup_hook_handle__ \
41
- WEAK_NAPI_SYMBOL(napi_async_cleanup_hook_handle__)
42
- #define napi_default WEAK_NAPI_SYMBOL(napi_default)
43
- #define napi_writable WEAK_NAPI_SYMBOL(napi_writable)
44
- #define napi_enumerable WEAK_NAPI_SYMBOL(napi_enumerable)
45
- #define napi_configurable WEAK_NAPI_SYMBOL(napi_configurable)
46
- #define napi_static WEAK_NAPI_SYMBOL(napi_static)
47
- #define napi_default_method WEAK_NAPI_SYMBOL(napi_default_method)
48
- #define napi_default_jsproperty WEAK_NAPI_SYMBOL(napi_default_jsproperty)
49
- #define napi_property_attributes WEAK_NAPI_SYMBOL(napi_property_attributes)
50
- #define napi_undefined WEAK_NAPI_SYMBOL(napi_undefined)
51
- #define napi_null WEAK_NAPI_SYMBOL(napi_null)
52
- #define napi_boolean WEAK_NAPI_SYMBOL(napi_boolean)
53
- #define napi_number WEAK_NAPI_SYMBOL(napi_number)
54
- #define napi_string WEAK_NAPI_SYMBOL(napi_string)
55
- #define napi_symbol WEAK_NAPI_SYMBOL(napi_symbol)
56
- #define napi_object WEAK_NAPI_SYMBOL(napi_object)
57
- #define napi_function WEAK_NAPI_SYMBOL(napi_function)
58
- #define napi_external WEAK_NAPI_SYMBOL(napi_external)
59
- #define napi_bigint WEAK_NAPI_SYMBOL(napi_bigint)
60
- #define napi_valuetype WEAK_NAPI_SYMBOL(napi_valuetype)
61
- #define napi_int8_array WEAK_NAPI_SYMBOL(napi_int8_array)
62
- #define napi_uint8_array WEAK_NAPI_SYMBOL(napi_uint8_array)
63
- #define napi_uint8_clamped_array WEAK_NAPI_SYMBOL(napi_uint8_clamped_array)
64
- #define napi_int16_array WEAK_NAPI_SYMBOL(napi_int16_array)
65
- #define napi_uint16_array WEAK_NAPI_SYMBOL(napi_uint16_array)
66
- #define napi_int32_array WEAK_NAPI_SYMBOL(napi_int32_array)
67
- #define napi_uint32_array WEAK_NAPI_SYMBOL(napi_uint32_array)
68
- #define napi_float32_array WEAK_NAPI_SYMBOL(napi_float32_array)
69
- #define napi_float64_array WEAK_NAPI_SYMBOL(napi_float64_array)
70
- #define napi_bigint64_array WEAK_NAPI_SYMBOL(napi_bigint64_array)
71
- #define napi_biguint64_array WEAK_NAPI_SYMBOL(napi_biguint64_array)
72
- #define napi_typedarray_type WEAK_NAPI_SYMBOL(napi_typedarray_type)
73
- #define napi_ok WEAK_NAPI_SYMBOL(napi_ok)
74
- #define napi_invalid_arg WEAK_NAPI_SYMBOL(napi_invalid_arg)
75
- #define napi_object_expected WEAK_NAPI_SYMBOL(napi_object_expected)
76
- #define napi_string_expected WEAK_NAPI_SYMBOL(napi_string_expected)
77
- #define napi_name_expected WEAK_NAPI_SYMBOL(napi_name_expected)
78
- #define napi_function_expected WEAK_NAPI_SYMBOL(napi_function_expected)
79
- #define napi_number_expected WEAK_NAPI_SYMBOL(napi_number_expected)
80
- #define napi_boolean_expected WEAK_NAPI_SYMBOL(napi_boolean_expected)
81
- #define napi_array_expected WEAK_NAPI_SYMBOL(napi_array_expected)
82
- #define napi_generic_failure WEAK_NAPI_SYMBOL(napi_generic_failure)
83
- #define napi_pending_exception WEAK_NAPI_SYMBOL(napi_pending_exception)
84
- #define napi_cancelled WEAK_NAPI_SYMBOL(napi_cancelled)
85
- #define napi_escape_called_twice WEAK_NAPI_SYMBOL(napi_escape_called_twice)
86
- #define napi_handle_scope_mismatch WEAK_NAPI_SYMBOL(napi_handle_scope_mismatch)
87
- #define napi_callback_scope_mismatch \
88
- WEAK_NAPI_SYMBOL(napi_callback_scope_mismatch)
89
- #define napi_queue_full WEAK_NAPI_SYMBOL(napi_queue_full)
90
- #define napi_closing WEAK_NAPI_SYMBOL(napi_closing)
91
- #define napi_bigint_expected WEAK_NAPI_SYMBOL(napi_bigint_expected)
92
- #define napi_date_expected WEAK_NAPI_SYMBOL(napi_date_expected)
93
- #define napi_arraybuffer_expected WEAK_NAPI_SYMBOL(napi_arraybuffer_expected)
94
- #define napi_detachable_arraybuffer_expected \
95
- WEAK_NAPI_SYMBOL(napi_detachable_arraybuffer_expected)
96
- #define napi_would_deadlock WEAK_NAPI_SYMBOL(napi_would_deadlock)
97
- #define napi_no_external_buffers_allowed \
98
- WEAK_NAPI_SYMBOL(napi_no_external_buffers_allowed)
99
- #define napi_cannot_run_js WEAK_NAPI_SYMBOL(napi_cannot_run_js)
100
- #define napi_status WEAK_NAPI_SYMBOL(napi_status)
101
- #define napi_tsfn_release WEAK_NAPI_SYMBOL(napi_tsfn_release)
102
- #define napi_tsfn_abort WEAK_NAPI_SYMBOL(napi_tsfn_abort)
103
- #define napi_threadsafe_function_release_mode \
104
- WEAK_NAPI_SYMBOL(napi_threadsafe_function_release_mode)
105
- #define napi_tsfn_nonblocking WEAK_NAPI_SYMBOL(napi_tsfn_nonblocking)
106
- #define napi_tsfn_blocking WEAK_NAPI_SYMBOL(napi_tsfn_blocking)
107
- #define napi_threadsafe_function_call_mode \
108
- WEAK_NAPI_SYMBOL(napi_threadsafe_function_call_mode)
109
- #define napi_key_include_prototypes \
110
- WEAK_NAPI_SYMBOL(napi_key_include_prototypes)
111
- #define napi_key_own_only WEAK_NAPI_SYMBOL(napi_key_own_only)
112
- #define napi_key_collection_mode WEAK_NAPI_SYMBOL(napi_key_collection_mode)
113
- #define napi_key_all_properties WEAK_NAPI_SYMBOL(napi_key_all_properties)
114
- #define napi_key_writable WEAK_NAPI_SYMBOL(napi_key_writable)
115
- #define napi_key_enumerable WEAK_NAPI_SYMBOL(napi_key_enumerable)
116
- #define napi_key_configurable WEAK_NAPI_SYMBOL(napi_key_configurable)
117
- #define napi_key_skip_strings WEAK_NAPI_SYMBOL(napi_key_skip_strings)
118
- #define napi_key_skip_symbols WEAK_NAPI_SYMBOL(napi_key_skip_symbols)
119
- #define napi_key_filter WEAK_NAPI_SYMBOL(napi_key_filter)
120
- #define napi_key_keep_numbers WEAK_NAPI_SYMBOL(napi_key_keep_numbers)
121
- #define napi_key_numbers_to_strings \
122
- WEAK_NAPI_SYMBOL(napi_key_numbers_to_strings)
123
- #define napi_key_conversion WEAK_NAPI_SYMBOL(napi_key_conversion)
124
- #define napi_property_descriptor WEAK_NAPI_SYMBOL(napi_property_descriptor)
125
- #define napi_extended_error_info WEAK_NAPI_SYMBOL(napi_extended_error_info)
126
- #define napi_node_version WEAK_NAPI_SYMBOL(napi_node_version)
127
- #define napi_module WEAK_NAPI_SYMBOL(napi_module)
128
- #define napi_type_tag WEAK_NAPI_SYMBOL(napi_type_tag)
129
- #define napi_callback WEAK_NAPI_SYMBOL(napi_callback)
130
- #define napi_finalize WEAK_NAPI_SYMBOL(napi_finalize)
131
- #define node_api_nogc_finalize WEAK_NAPI_SYMBOL(node_api_nogc_finalize)
132
- #define node_api_basic_finalize WEAK_NAPI_SYMBOL(node_api_basic_finalize)
133
- #define napi_cleanup_hook WEAK_NAPI_SYMBOL(napi_cleanup_hook)
134
- #define napi_async_execute_callback \
135
- WEAK_NAPI_SYMBOL(napi_async_execute_callback)
136
- #define napi_async_complete_callback \
137
- WEAK_NAPI_SYMBOL(napi_async_complete_callback)
138
- #define napi_threadsafe_function_call_js \
139
- WEAK_NAPI_SYMBOL(napi_threadsafe_function_call_js)
140
- #define napi_async_cleanup_hook WEAK_NAPI_SYMBOL(napi_async_cleanup_hook)
141
- #define napi_addon_register_func WEAK_NAPI_SYMBOL(napi_addon_register_func)
142
- #define node_api_addon_get_api_version_func \
143
- WEAK_NAPI_SYMBOL(node_api_addon_get_api_version_func)
144
- #define napi_get_last_error_info WEAK_NAPI_SYMBOL(napi_get_last_error_info)
145
- #define napi_get_undefined WEAK_NAPI_SYMBOL(napi_get_undefined)
146
- #define napi_get_null WEAK_NAPI_SYMBOL(napi_get_null)
147
- #define napi_get_global WEAK_NAPI_SYMBOL(napi_get_global)
148
- #define napi_get_boolean WEAK_NAPI_SYMBOL(napi_get_boolean)
149
- #define napi_create_object WEAK_NAPI_SYMBOL(napi_create_object)
150
- #define napi_create_array WEAK_NAPI_SYMBOL(napi_create_array)
151
- #define napi_create_array_with_length \
152
- WEAK_NAPI_SYMBOL(napi_create_array_with_length)
153
- #define napi_create_double WEAK_NAPI_SYMBOL(napi_create_double)
154
- #define napi_create_int32 WEAK_NAPI_SYMBOL(napi_create_int32)
155
- #define napi_create_uint32 WEAK_NAPI_SYMBOL(napi_create_uint32)
156
- #define napi_create_int64 WEAK_NAPI_SYMBOL(napi_create_int64)
157
- #define napi_create_string_latin1 WEAK_NAPI_SYMBOL(napi_create_string_latin1)
158
- #define napi_create_string_utf8 WEAK_NAPI_SYMBOL(napi_create_string_utf8)
159
- #define napi_create_string_utf16 WEAK_NAPI_SYMBOL(napi_create_string_utf16)
160
- #define node_api_create_external_string_latin1 \
161
- WEAK_NAPI_SYMBOL(node_api_create_external_string_latin1)
162
- #define node_api_create_external_string_utf16 \
163
- WEAK_NAPI_SYMBOL(node_api_create_external_string_utf16)
164
- #define node_api_create_property_key_latin1 \
165
- WEAK_NAPI_SYMBOL(node_api_create_property_key_latin1)
166
- #define node_api_create_property_key_utf8 \
167
- WEAK_NAPI_SYMBOL(node_api_create_property_key_utf8)
168
- #define node_api_create_property_key_utf16 \
169
- WEAK_NAPI_SYMBOL(node_api_create_property_key_utf16)
170
- #define napi_create_symbol WEAK_NAPI_SYMBOL(napi_create_symbol)
171
- #define node_api_symbol_for WEAK_NAPI_SYMBOL(node_api_symbol_for)
172
- #define napi_create_function WEAK_NAPI_SYMBOL(napi_create_function)
173
- #define napi_create_error WEAK_NAPI_SYMBOL(napi_create_error)
174
- #define napi_create_type_error WEAK_NAPI_SYMBOL(napi_create_type_error)
175
- #define napi_create_range_error WEAK_NAPI_SYMBOL(napi_create_range_error)
176
- #define node_api_create_syntax_error \
177
- WEAK_NAPI_SYMBOL(node_api_create_syntax_error)
178
- #define napi_typeof WEAK_NAPI_SYMBOL(napi_typeof)
179
- #define napi_get_value_double WEAK_NAPI_SYMBOL(napi_get_value_double)
180
- #define napi_get_value_int32 WEAK_NAPI_SYMBOL(napi_get_value_int32)
181
- #define napi_get_value_uint32 WEAK_NAPI_SYMBOL(napi_get_value_uint32)
182
- #define napi_get_value_int64 WEAK_NAPI_SYMBOL(napi_get_value_int64)
183
- #define napi_get_value_bool WEAK_NAPI_SYMBOL(napi_get_value_bool)
184
- #define napi_get_value_string_latin1 \
185
- WEAK_NAPI_SYMBOL(napi_get_value_string_latin1)
186
- #define napi_get_value_string_utf8 WEAK_NAPI_SYMBOL(napi_get_value_string_utf8)
187
- #define napi_get_value_string_utf16 \
188
- WEAK_NAPI_SYMBOL(napi_get_value_string_utf16)
189
- #define napi_coerce_to_bool WEAK_NAPI_SYMBOL(napi_coerce_to_bool)
190
- #define napi_coerce_to_number WEAK_NAPI_SYMBOL(napi_coerce_to_number)
191
- #define napi_coerce_to_object WEAK_NAPI_SYMBOL(napi_coerce_to_object)
192
- #define napi_coerce_to_string WEAK_NAPI_SYMBOL(napi_coerce_to_string)
193
- #define napi_get_prototype WEAK_NAPI_SYMBOL(napi_get_prototype)
194
- #define napi_get_property_names WEAK_NAPI_SYMBOL(napi_get_property_names)
195
- #define napi_set_property WEAK_NAPI_SYMBOL(napi_set_property)
196
- #define napi_has_property WEAK_NAPI_SYMBOL(napi_has_property)
197
- #define napi_get_property WEAK_NAPI_SYMBOL(napi_get_property)
198
- #define napi_delete_property WEAK_NAPI_SYMBOL(napi_delete_property)
199
- #define napi_has_own_property WEAK_NAPI_SYMBOL(napi_has_own_property)
200
- #define napi_set_named_property WEAK_NAPI_SYMBOL(napi_set_named_property)
201
- #define napi_has_named_property WEAK_NAPI_SYMBOL(napi_has_named_property)
202
- #define napi_get_named_property WEAK_NAPI_SYMBOL(napi_get_named_property)
203
- #define napi_set_element WEAK_NAPI_SYMBOL(napi_set_element)
204
- #define napi_has_element WEAK_NAPI_SYMBOL(napi_has_element)
205
- #define napi_get_element WEAK_NAPI_SYMBOL(napi_get_element)
206
- #define napi_delete_element WEAK_NAPI_SYMBOL(napi_delete_element)
207
- #define napi_define_properties WEAK_NAPI_SYMBOL(napi_define_properties)
208
- #define napi_is_array WEAK_NAPI_SYMBOL(napi_is_array)
209
- #define napi_get_array_length WEAK_NAPI_SYMBOL(napi_get_array_length)
210
- #define napi_strict_equals WEAK_NAPI_SYMBOL(napi_strict_equals)
211
- #define napi_call_function WEAK_NAPI_SYMBOL(napi_call_function)
212
- #define napi_new_instance WEAK_NAPI_SYMBOL(napi_new_instance)
213
- #define napi_instanceof WEAK_NAPI_SYMBOL(napi_instanceof)
214
- #define napi_get_cb_info WEAK_NAPI_SYMBOL(napi_get_cb_info)
215
- #define napi_get_new_target WEAK_NAPI_SYMBOL(napi_get_new_target)
216
- #define napi_define_class WEAK_NAPI_SYMBOL(napi_define_class)
217
- #define napi_wrap WEAK_NAPI_SYMBOL(napi_wrap)
218
- #define napi_unwrap WEAK_NAPI_SYMBOL(napi_unwrap)
219
- #define napi_remove_wrap WEAK_NAPI_SYMBOL(napi_remove_wrap)
220
- #define napi_create_external WEAK_NAPI_SYMBOL(napi_create_external)
221
- #define napi_get_value_external WEAK_NAPI_SYMBOL(napi_get_value_external)
222
- #define napi_create_reference WEAK_NAPI_SYMBOL(napi_create_reference)
223
- #define napi_delete_reference WEAK_NAPI_SYMBOL(napi_delete_reference)
224
- #define napi_reference_ref WEAK_NAPI_SYMBOL(napi_reference_ref)
225
- #define napi_reference_unref WEAK_NAPI_SYMBOL(napi_reference_unref)
226
- #define napi_get_reference_value WEAK_NAPI_SYMBOL(napi_get_reference_value)
227
- #define napi_open_handle_scope WEAK_NAPI_SYMBOL(napi_open_handle_scope)
228
- #define napi_close_handle_scope WEAK_NAPI_SYMBOL(napi_close_handle_scope)
229
- #define napi_open_escapable_handle_scope \
230
- WEAK_NAPI_SYMBOL(napi_open_escapable_handle_scope)
231
- #define napi_close_escapable_handle_scope \
232
- WEAK_NAPI_SYMBOL(napi_close_escapable_handle_scope)
233
- #define napi_escape_handle WEAK_NAPI_SYMBOL(napi_escape_handle)
234
- #define napi_throw WEAK_NAPI_SYMBOL(napi_throw)
235
- #define napi_throw_error WEAK_NAPI_SYMBOL(napi_throw_error)
236
- #define napi_throw_type_error WEAK_NAPI_SYMBOL(napi_throw_type_error)
237
- #define napi_throw_range_error WEAK_NAPI_SYMBOL(napi_throw_range_error)
238
- #define node_api_throw_syntax_error \
239
- WEAK_NAPI_SYMBOL(node_api_throw_syntax_error)
240
- #define napi_is_error WEAK_NAPI_SYMBOL(napi_is_error)
241
- #define napi_is_exception_pending WEAK_NAPI_SYMBOL(napi_is_exception_pending)
242
- #define napi_get_and_clear_last_exception \
243
- WEAK_NAPI_SYMBOL(napi_get_and_clear_last_exception)
244
- #define napi_is_arraybuffer WEAK_NAPI_SYMBOL(napi_is_arraybuffer)
245
- #define napi_create_arraybuffer WEAK_NAPI_SYMBOL(napi_create_arraybuffer)
246
- #define napi_create_external_arraybuffer \
247
- WEAK_NAPI_SYMBOL(napi_create_external_arraybuffer)
248
- #define napi_get_arraybuffer_info WEAK_NAPI_SYMBOL(napi_get_arraybuffer_info)
249
- #define napi_is_typedarray WEAK_NAPI_SYMBOL(napi_is_typedarray)
250
- #define napi_create_typedarray WEAK_NAPI_SYMBOL(napi_create_typedarray)
251
- #define napi_get_typedarray_info WEAK_NAPI_SYMBOL(napi_get_typedarray_info)
252
- #define napi_create_dataview WEAK_NAPI_SYMBOL(napi_create_dataview)
253
- #define napi_is_dataview WEAK_NAPI_SYMBOL(napi_is_dataview)
254
- #define napi_get_dataview_info WEAK_NAPI_SYMBOL(napi_get_dataview_info)
255
- #define napi_get_version WEAK_NAPI_SYMBOL(napi_get_version)
256
- #define napi_create_promise WEAK_NAPI_SYMBOL(napi_create_promise)
257
- #define napi_resolve_deferred WEAK_NAPI_SYMBOL(napi_resolve_deferred)
258
- #define napi_reject_deferred WEAK_NAPI_SYMBOL(napi_reject_deferred)
259
- #define napi_is_promise WEAK_NAPI_SYMBOL(napi_is_promise)
260
- #define napi_run_script WEAK_NAPI_SYMBOL(napi_run_script)
261
- #define napi_adjust_external_memory \
262
- WEAK_NAPI_SYMBOL(napi_adjust_external_memory)
263
- #define napi_create_date WEAK_NAPI_SYMBOL(napi_create_date)
264
- #define napi_is_date WEAK_NAPI_SYMBOL(napi_is_date)
265
- #define napi_get_date_value WEAK_NAPI_SYMBOL(napi_get_date_value)
266
- #define napi_add_finalizer WEAK_NAPI_SYMBOL(napi_add_finalizer)
267
- #define napi_create_bigint_int64 WEAK_NAPI_SYMBOL(napi_create_bigint_int64)
268
- #define napi_create_bigint_uint64 WEAK_NAPI_SYMBOL(napi_create_bigint_uint64)
269
- #define napi_create_bigint_words WEAK_NAPI_SYMBOL(napi_create_bigint_words)
270
- #define napi_get_value_bigint_int64 \
271
- WEAK_NAPI_SYMBOL(napi_get_value_bigint_int64)
272
- #define napi_get_value_bigint_uint64 \
273
- WEAK_NAPI_SYMBOL(napi_get_value_bigint_uint64)
274
- #define napi_get_value_bigint_words \
275
- WEAK_NAPI_SYMBOL(napi_get_value_bigint_words)
276
- #define napi_get_all_property_names \
277
- WEAK_NAPI_SYMBOL(napi_get_all_property_names)
278
- #define napi_set_instance_data WEAK_NAPI_SYMBOL(napi_set_instance_data)
279
- #define napi_get_instance_data WEAK_NAPI_SYMBOL(napi_get_instance_data)
280
- #define napi_detach_arraybuffer WEAK_NAPI_SYMBOL(napi_detach_arraybuffer)
281
- #define napi_is_detached_arraybuffer \
282
- WEAK_NAPI_SYMBOL(napi_is_detached_arraybuffer)
283
- #define napi_type_tag_object WEAK_NAPI_SYMBOL(napi_type_tag_object)
284
- #define napi_check_object_type_tag WEAK_NAPI_SYMBOL(napi_check_object_type_tag)
285
- #define napi_object_freeze WEAK_NAPI_SYMBOL(napi_object_freeze)
286
- #define napi_object_seal WEAK_NAPI_SYMBOL(napi_object_seal)
287
- #define napi_module_register WEAK_NAPI_SYMBOL(napi_module_register)
288
- #define napi_fatal_error WEAK_NAPI_SYMBOL(napi_fatal_error)
289
- #define napi_async_init WEAK_NAPI_SYMBOL(napi_async_init)
290
- #define napi_async_destroy WEAK_NAPI_SYMBOL(napi_async_destroy)
291
- #define napi_make_callback WEAK_NAPI_SYMBOL(napi_make_callback)
292
- #define napi_create_buffer WEAK_NAPI_SYMBOL(napi_create_buffer)
293
- #define napi_create_external_buffer \
294
- WEAK_NAPI_SYMBOL(napi_create_external_buffer)
295
- #define node_api_create_buffer_from_arraybuffer \
296
- WEAK_NAPI_SYMBOL(node_api_create_buffer_from_arraybuffer)
297
- #define napi_create_buffer_copy WEAK_NAPI_SYMBOL(napi_create_buffer_copy)
298
- #define napi_is_buffer WEAK_NAPI_SYMBOL(napi_is_buffer)
299
- #define napi_get_buffer_info WEAK_NAPI_SYMBOL(napi_get_buffer_info)
300
- #define napi_create_async_work WEAK_NAPI_SYMBOL(napi_create_async_work)
301
- #define napi_delete_async_work WEAK_NAPI_SYMBOL(napi_delete_async_work)
302
- #define napi_queue_async_work WEAK_NAPI_SYMBOL(napi_queue_async_work)
303
- #define napi_cancel_async_work WEAK_NAPI_SYMBOL(napi_cancel_async_work)
304
- #define napi_get_node_version WEAK_NAPI_SYMBOL(napi_get_node_version)
305
- #define napi_get_uv_event_loop WEAK_NAPI_SYMBOL(napi_get_uv_event_loop)
306
- #define napi_fatal_exception WEAK_NAPI_SYMBOL(napi_fatal_exception)
307
- #define napi_add_env_cleanup_hook WEAK_NAPI_SYMBOL(napi_add_env_cleanup_hook)
308
- #define napi_remove_env_cleanup_hook \
309
- WEAK_NAPI_SYMBOL(napi_remove_env_cleanup_hook)
310
- #define napi_open_callback_scope WEAK_NAPI_SYMBOL(napi_open_callback_scope)
311
- #define napi_close_callback_scope WEAK_NAPI_SYMBOL(napi_close_callback_scope)
312
- #define napi_create_threadsafe_function \
313
- WEAK_NAPI_SYMBOL(napi_create_threadsafe_function)
314
- #define napi_get_threadsafe_function_context \
315
- WEAK_NAPI_SYMBOL(napi_get_threadsafe_function_context)
316
- #define napi_call_threadsafe_function \
317
- WEAK_NAPI_SYMBOL(napi_call_threadsafe_function)
318
- #define napi_acquire_threadsafe_function \
319
- WEAK_NAPI_SYMBOL(napi_acquire_threadsafe_function)
320
- #define napi_release_threadsafe_function \
321
- WEAK_NAPI_SYMBOL(napi_release_threadsafe_function)
322
- #define napi_unref_threadsafe_function \
323
- WEAK_NAPI_SYMBOL(napi_unref_threadsafe_function)
324
- #define napi_ref_threadsafe_function \
325
- WEAK_NAPI_SYMBOL(napi_ref_threadsafe_function)
326
- #define napi_add_async_cleanup_hook \
327
- WEAK_NAPI_SYMBOL(napi_add_async_cleanup_hook)
328
- #define napi_remove_async_cleanup_hook \
329
- WEAK_NAPI_SYMBOL(napi_remove_async_cleanup_hook)
330
- #define node_api_get_module_file_name \
331
- WEAK_NAPI_SYMBOL(node_api_get_module_file_name)