bare-runtime-darwin-x64 1.7.1 → 1.8.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.
- package/bin/bare +0 -0
- package/lib/libbare.tbd +55 -50
- package/package.json +1 -1
package/bin/bare
CHANGED
|
Binary file
|
package/lib/libbare.tbd
CHANGED
|
@@ -3,7 +3,7 @@ tbd-version: 4
|
|
|
3
3
|
targets: [ x86_64-macos ]
|
|
4
4
|
uuids:
|
|
5
5
|
- target: x86_64-macos
|
|
6
|
-
value:
|
|
6
|
+
value: 6BB438CD-73AF-3E76-81FB-2FEBFAAB9900
|
|
7
7
|
flags: [ not_app_extension_safe ]
|
|
8
8
|
install-name: '@rpath/libbare.dylib'
|
|
9
9
|
current-version: 0
|
|
@@ -923,10 +923,10 @@ exports:
|
|
|
923
923
|
_js_create_int64, _js_create_module, _js_create_object, _js_create_platform,
|
|
924
924
|
_js_create_promise, _js_create_range_error, _js_create_reference,
|
|
925
925
|
_js_create_sharedarraybuffer, _js_create_sharedarraybuffer_with_backing_store,
|
|
926
|
-
_js_create_string_utf16le, _js_create_string_utf8,
|
|
927
|
-
_js_create_syntax_error, _js_create_synthetic_module,
|
|
928
|
-
_js_create_type_error, _js_create_typedarray,
|
|
929
|
-
_js_create_unsafe_arraybuffer, _js_create_unsafe_sharedarraybuffer,
|
|
926
|
+
_js_create_string_latin1, _js_create_string_utf16le, _js_create_string_utf8,
|
|
927
|
+
_js_create_symbol, _js_create_syntax_error, _js_create_synthetic_module,
|
|
928
|
+
_js_create_threadsafe_function, _js_create_type_error, _js_create_typedarray,
|
|
929
|
+
_js_create_uint32, _js_create_unsafe_arraybuffer, _js_create_unsafe_sharedarraybuffer,
|
|
930
930
|
_js_define_class, _js_define_properties, _js_delete_element,
|
|
931
931
|
_js_delete_module, _js_delete_named_property, _js_delete_property,
|
|
932
932
|
_js_delete_reference, _js_destroy_context, _js_destroy_env,
|
|
@@ -947,15 +947,15 @@ exports:
|
|
|
947
947
|
_js_get_typedarray_info, _js_get_undefined, _js_get_value_bigint_int64,
|
|
948
948
|
_js_get_value_bigint_uint64, _js_get_value_bool, _js_get_value_date,
|
|
949
949
|
_js_get_value_double, _js_get_value_external, _js_get_value_int32,
|
|
950
|
-
_js_get_value_int64,
|
|
951
|
-
_js_get_value_uint32, _js_has_element,
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
_js_is_external, _js_is_float32array,
|
|
958
|
-
_js_is_function, _js_is_generator, _js_is_generator_function,
|
|
950
|
+
_js_get_value_int64, _js_get_value_string_latin1, _js_get_value_string_utf16le,
|
|
951
|
+
_js_get_value_string_utf8, _js_get_value_uint32, _js_has_element,
|
|
952
|
+
_js_has_named_property, _js_has_own_property, _js_has_property,
|
|
953
|
+
_js_instanceof, _js_instantiate_module, _js_is_arguments,
|
|
954
|
+
_js_is_array, _js_is_arraybuffer, _js_is_async_function, _js_is_bigint,
|
|
955
|
+
_js_is_bigint64array, _js_is_biguint64array, _js_is_boolean,
|
|
956
|
+
_js_is_dataview, _js_is_date, _js_is_delegate, _js_is_detached_arraybuffer,
|
|
957
|
+
_js_is_error, _js_is_exception_pending, _js_is_external, _js_is_float32array,
|
|
958
|
+
_js_is_float64array, _js_is_function, _js_is_generator, _js_is_generator_function,
|
|
959
959
|
_js_is_int16array, _js_is_int32, _js_is_int32array, _js_is_int8array,
|
|
960
960
|
_js_is_map, _js_is_map_iterator, _js_is_module_namespace,
|
|
961
961
|
_js_is_null, _js_is_number, _js_is_object, _js_is_promise,
|
|
@@ -982,48 +982,53 @@ exports:
|
|
|
982
982
|
_log_fatal, _log_info, _log_open, _log_vdebug, _log_verror,
|
|
983
983
|
_log_vfatal, _log_vinfo, _log_vwarn, _log_warn, _napi_acquire_threadsafe_function,
|
|
984
984
|
_napi_add_async_cleanup_hook, _napi_add_env_cleanup_hook,
|
|
985
|
-
_napi_add_finalizer, _napi_adjust_external_memory,
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
985
|
+
_napi_add_finalizer, _napi_adjust_external_memory, _napi_async_destroy,
|
|
986
|
+
_napi_async_init, _napi_call_function, _napi_call_threadsafe_function,
|
|
987
|
+
_napi_cancel_async_work, _napi_check_object_type_tag, _napi_clear_last_error_info,
|
|
988
|
+
_napi_close_callback_scope, _napi_close_escapable_handle_scope,
|
|
989
|
+
_napi_close_handle_scope, _napi_coerce_to_bool, _napi_coerce_to_number,
|
|
990
|
+
_napi_coerce_to_object, _napi_coerce_to_string, _napi_convert_from_threadsafe_function_call_mode,
|
|
990
991
|
_napi_convert_from_threadsafe_function_release_mode, _napi_convert_from_typedarray_type,
|
|
991
|
-
_napi_convert_from_valuetype, _napi_convert_to_threadsafe_function_call_mode,
|
|
992
|
+
_napi_convert_from_valuetype, _napi_convert_to_status, _napi_convert_to_threadsafe_function_call_mode,
|
|
992
993
|
_napi_convert_to_threadsafe_function_release_mode, _napi_convert_to_typedarray_type,
|
|
993
994
|
_napi_convert_to_valuetype, _napi_create_array, _napi_create_array_with_length,
|
|
994
|
-
_napi_create_arraybuffer,
|
|
995
|
-
_napi_create_buffer, _napi_create_buffer_copy,
|
|
996
|
-
_napi_create_date, _napi_create_double,
|
|
997
|
-
_napi_create_external, _napi_create_external_arraybuffer,
|
|
995
|
+
_napi_create_arraybuffer, _napi_create_async_work, _napi_create_bigint_int64,
|
|
996
|
+
_napi_create_bigint_uint64, _napi_create_buffer, _napi_create_buffer_copy,
|
|
997
|
+
_napi_create_dataview, _napi_create_date, _napi_create_double,
|
|
998
|
+
_napi_create_error, _napi_create_external, _napi_create_external_arraybuffer,
|
|
998
999
|
_napi_create_external_buffer, _napi_create_function, _napi_create_int32,
|
|
999
1000
|
_napi_create_int64, _napi_create_object, _napi_create_promise,
|
|
1000
|
-
_napi_create_range_error, _napi_create_reference,
|
|
1001
|
-
_napi_create_string_utf8, _napi_create_symbol,
|
|
1002
|
-
|
|
1003
|
-
|
|
1001
|
+
_napi_create_range_error, _napi_create_reference, _napi_create_string_latin1,
|
|
1002
|
+
_napi_create_string_utf16, _napi_create_string_utf8, _napi_create_symbol,
|
|
1003
|
+
_napi_create_threadsafe_function, _napi_create_type_error,
|
|
1004
|
+
_napi_create_typedarray, _napi_create_uint32, _napi_define_class,
|
|
1005
|
+
_napi_define_properties, _napi_delete_async_work, _napi_delete_element,
|
|
1004
1006
|
_napi_delete_property, _napi_delete_reference, _napi_detach_arraybuffer,
|
|
1005
|
-
_napi_escape_handle,
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1007
|
+
_napi_escape_handle, _napi_fatal_error, _napi_fatal_exception,
|
|
1008
|
+
_napi_get_and_clear_last_exception, _napi_get_array_length,
|
|
1009
|
+
_napi_get_arraybuffer_info, _napi_get_boolean, _napi_get_buffer_info,
|
|
1010
|
+
_napi_get_cb_info, _napi_get_dataview_info, _napi_get_element,
|
|
1011
|
+
_napi_get_global, _napi_get_instance_data, _napi_get_last_error_info,
|
|
1012
|
+
_napi_get_named_property, _napi_get_new_target, _napi_get_null,
|
|
1013
|
+
_napi_get_property, _napi_get_property_names, _napi_get_reference_value,
|
|
1014
|
+
_napi_get_threadsafe_function_context, _napi_get_typedarray_info,
|
|
1015
|
+
_napi_get_undefined, _napi_get_uv_event_loop, _napi_get_value_bigint_int64,
|
|
1016
|
+
_napi_get_value_bigint_uint64, _napi_get_value_bool, _napi_get_value_date,
|
|
1017
|
+
_napi_get_value_double, _napi_get_value_external, _napi_get_value_int32,
|
|
1018
|
+
_napi_get_value_int64, _napi_get_value_string_latin1, _napi_get_value_string_utf16,
|
|
1019
|
+
_napi_get_value_string_utf8, _napi_get_value_uint32, _napi_has_element,
|
|
1020
|
+
_napi_has_named_property, _napi_has_own_property, _napi_has_property,
|
|
1021
|
+
_napi_is_array, _napi_is_arraybuffer, _napi_is_buffer, _napi_is_dataview,
|
|
1022
|
+
_napi_is_date, _napi_is_detached_arraybuffer, _napi_is_error,
|
|
1023
|
+
_napi_is_exception_pending, _napi_is_promise, _napi_is_typedarray,
|
|
1024
|
+
_napi_make_callback, _napi_module_register, _napi_new_instance,
|
|
1025
|
+
_napi_open_callback_scope, _napi_open_escapable_handle_scope,
|
|
1026
|
+
_napi_open_handle_scope, _napi_queue_async_work, _napi_ref_threadsafe_function,
|
|
1027
|
+
_napi_reference_ref, _napi_reference_unref, _napi_reject_deferred,
|
|
1028
|
+
_napi_release_threadsafe_function, _napi_remove_async_cleanup_hook,
|
|
1029
|
+
_napi_remove_env_cleanup_hook, _napi_remove_wrap, _napi_resolve_deferred,
|
|
1030
|
+
_napi_run_script, _napi_set_element, _napi_set_instance_data,
|
|
1031
|
+
_napi_set_last_error_info, _napi_set_named_property, _napi_set_property,
|
|
1027
1032
|
_napi_strict_equals, _napi_throw, _napi_throw_error, _napi_throw_range_error,
|
|
1028
1033
|
_napi_throw_type_error, _napi_type_tag_object, _napi_typeof,
|
|
1029
1034
|
_napi_unref_threadsafe_function, _napi_unwrap, _napi_wrap,
|