@@ -4631,8 +4631,6 @@ that points to its own memory allocated by a native module). Registering
4631
4631
externally allocated memory will trigger global garbage collections more
4632
4632
often than it would otherwise.
4633
4633
4634
- <!-- it's very convenient to have all the anchors indexed -->
4635
- <!--lint disable no-unused-definitions remark-lint-->
4636
4634
## Promises
4637
4635
4638
4636
N-API provides facilities for creating `Promise` objects as described in
@@ -4820,8 +4818,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
4820
4818
* `[in] env`: The environment that the API is invoked under.
4821
4819
* `[out] loop`: The current libuv loop instance.
4822
4820
4823
- <!-- it's very convenient to have all the anchors indexed -->
4824
- <!--lint disable no-unused-definitions remark-lint-->
4825
4821
## Asynchronous Thread-safe Function Calls
4826
4822
4827
4823
JavaScript functions can normally only be called from a native addon's main
@@ -5148,10 +5144,7 @@ This API may only be called from the main thread.
5148
5144
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
5149
5145
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
5150
5146
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
5151
- [Working with JavaScript Functions]: #n_api_working_with_javascript_functions
5152
5147
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
5153
- [Working with JavaScript Values - Abstract Operations]: #n_api_working_with_javascript_values_abstract_operations
5154
- [Working with JavaScript Values]: #n_api_working_with_javascript_values
5155
5148
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
5156
5149
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
5157
5150
[`napi_async_init`]: #n_api_napi_async_init
@@ -5167,8 +5160,6 @@ This API may only be called from the main thread.
5167
5160
[`napi_create_type_error`]: #n_api_napi_create_type_error
5168
5161
[`napi_define_class`]: #n_api_napi_define_class
5169
5162
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
5170
- [`napi_delete_element`]: #n_api_napi_delete_element
5171
- [`napi_delete_property`]: #n_api_napi_delete_property
5172
5163
[`napi_delete_reference`]: #n_api_napi_delete_reference
5173
5164
[`napi_escape_handle`]: #n_api_napi_escape_handle
5174
5165
[`napi_get_and_clear_last_exception`]: #n_api_napi_get_and_clear_last_exception
@@ -5178,7 +5169,6 @@ This API may only be called from the main thread.
5178
5169
[`napi_get_property`]: #n_api_napi_get_property
5179
5170
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
5180
5171
[`napi_get_value_external`]: #n_api_napi_get_value_external
5181
- [`napi_has_own_property`]: #n_api_napi_has_own_property
5182
5172
[`napi_has_property`]: #n_api_napi_has_property
5183
5173
[`napi_is_error`]: #n_api_napi_is_error
5184
5174
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending
0 commit comments