diff options
author | snek <the@snek.dev> | 2024-06-10 09:20:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 16:20:44 +0000 |
commit | e3b2ee183bc7497ec0432bc764678f5eda6495a7 (patch) | |
tree | 7a5fa0208ef56cb83fa6bae9bad0bc89334ed533 /cli/napi/generated_symbol_exports_list_macos.def | |
parent | 7c5dbd5d54770dba5e56442b633e9597403ef5da (diff) |
fix: Rewrite Node-API (#24101)
Phase 1 node-api rewrite
Diffstat (limited to 'cli/napi/generated_symbol_exports_list_macos.def')
-rw-r--r-- | cli/napi/generated_symbol_exports_list_macos.def | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cli/napi/generated_symbol_exports_list_macos.def b/cli/napi/generated_symbol_exports_list_macos.def index be69d297f..cac7100c6 100644 --- a/cli/napi/generated_symbol_exports_list_macos.def +++ b/cli/napi/generated_symbol_exports_list_macos.def @@ -34,6 +34,7 @@ _napi_create_external _napi_get_threadsafe_function_context _napi_get_null _napi_create_string_utf16 +_node_api_create_external_string_utf16 _napi_get_value_bigint_uint64 _napi_module_register _napi_is_typedarray @@ -74,6 +75,7 @@ _napi_adjust_external_memory _napi_release_threadsafe_function _napi_delete_async_work _napi_create_string_latin1 +_node_api_create_external_string_latin1 _napi_is_array _napi_unref_threadsafe_function _napi_throw_error @@ -137,8 +139,15 @@ _napi_create_uint32 _napi_has_element _napi_create_external_arraybuffer _napi_create_symbol +_node_api_symbol_for _napi_coerce_to_string _napi_create_type_error _napi_fatal_exception _napi_create_async_work -_napi_async_init
\ No newline at end of file +_napi_async_init +_node_api_create_property_key_utf16 +_napi_type_tag_object +_napi_check_object_type_tag +_node_api_post_finalizer +_napi_add_async_cleanup_hook +_napi_remove_async_cleanup_hook
\ No newline at end of file |