diff options
-rw-r--r-- | src/runtime.version | 2 | ||||
-rw-r--r-- | src/symbols.txt | 25 |
2 files changed, 18 insertions, 9 deletions
diff --git a/src/runtime.version b/src/runtime.version index 16f1dd485..d2b265d1e 100644 --- a/src/runtime.version +++ b/src/runtime.version @@ -1 +1 @@ -44f6d21c5e1451d0
\ No newline at end of file +964af575c60cb851
\ No newline at end of file diff --git a/src/symbols.txt b/src/symbols.txt index 2ebc45f36..42b6312e1 100644 --- a/src/symbols.txt +++ b/src/symbols.txt @@ -1,3 +1,4 @@ + _napi_acquire_threadsafe_function _napi_add_async_cleanup_hook _napi_add_env_cleanup_hook @@ -8,7 +9,6 @@ _napi_close_handle_scope _napi_coerce_to_bool _napi_coerce_to_number _napi_coerce_to_object -#_napi_coerce_to_string _napi_create_array _napi_create_array_with_length _napi_create_arraybuffer @@ -17,17 +17,19 @@ _napi_create_bigint_int64 _napi_create_bigint_uint64 _napi_create_buffer _napi_create_buffer_copy +_napi_create_dataview _napi_create_date _napi_create_double _napi_create_error _napi_create_external_arraybuffer _napi_create_external_buffer _napi_create_function -_napi_create_function _napi_create_int32 _napi_create_int64 _napi_create_object _napi_create_promise +_napi_create_range_error +_napi_create_reference _napi_create_string_latin1 _napi_create_string_utf16 _napi_create_string_utf8 @@ -36,8 +38,8 @@ _napi_create_threadsafe_function _napi_create_typedarray _napi_create_uint32 _napi_delete_async_work -#_napi_delete_element _napi_delete_property +_napi_detach_arraybuffer _napi_fatal_error _napi_get_array_length _napi_get_arraybuffer_info @@ -47,11 +49,12 @@ _napi_get_cb_info _napi_get_dataview_info _napi_get_date_value _napi_get_element +_napi_get_global _napi_get_named_property +_napi_get_new_target _napi_get_node_version _napi_get_null _napi_get_property -#_napi_get_property_names _napi_get_prototype _napi_get_threadsafe_function_context _napi_get_typedarray_info @@ -78,13 +81,14 @@ _napi_is_arraybuffer _napi_is_buffer _napi_is_dataview _napi_is_date +_napi_is_detached_arraybuffer _napi_is_error _napi_is_promise _napi_is_typedarray -#_napi_make_callback -_napi_module_register _napi_module_register _napi_new_instance +_napi_object_freeze +_napi_object_seal _napi_open_handle_scope _napi_queue_async_work _napi_ref_threadsafe_function @@ -98,8 +102,13 @@ _napi_set_element _napi_set_named_property _napi_set_property _napi_strict_equals +_napi_throw _napi_throw_error +_napi_throw_range_error +_napi_throw_type_error _napi_typeof _napi_unref_threadsafe_function - -_napi_create_reference +#_napi_coerce_to_string +#_napi_delete_element +#_napi_get_property_names +#_napi_make_callback
\ No newline at end of file |