@@ -4657,8 +4657,6 @@ that points to its own memory allocated by a native module). Registering
4657
4657
externally allocated memory will trigger global garbage collections more
4658
4658
often than it would otherwise.
4659
4659
4660
- <!-- it's very convenient to have all the anchors indexed -->
4661
- <!--lint disable no-unused-definitions remark-lint-->
4662
4660
## Promises
4663
4661
4664
4662
N-API provides facilities for creating `Promise` objects as described in
@@ -4846,8 +4844,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
4846
4844
* `[in] env`: The environment that the API is invoked under.
4847
4845
* `[out] loop`: The current libuv loop instance.
4848
4846
4849
- <!-- it's very convenient to have all the anchors indexed -->
4850
- <!--lint disable no-unused-definitions remark-lint-->
4851
4847
## Asynchronous Thread-safe Function Calls
4852
4848
4853
4849
JavaScript functions can normally only be called from a native addon's main
@@ -5175,10 +5171,7 @@ This API may only be called from the main thread.
5175
5171
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
5176
5172
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
5177
5173
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
5178
- [Working with JavaScript Functions]: #n_api_working_with_javascript_functions
5179
5174
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
5180
- [Working with JavaScript Values - Abstract Operations]: #n_api_working_with_javascript_values_abstract_operations
5181
- [Working with JavaScript Values]: #n_api_working_with_javascript_values
5182
5175
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
5183
5176
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
5184
5177
[`napi_async_init`]: #n_api_napi_async_init
@@ -5194,8 +5187,6 @@ This API may only be called from the main thread.
5194
5187
[`napi_create_type_error`]: #n_api_napi_create_type_error
5195
5188
[`napi_define_class`]: #n_api_napi_define_class
5196
5189
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
5197
- [`napi_delete_element`]: #n_api_napi_delete_element
5198
- [`napi_delete_property`]: #n_api_napi_delete_property
5199
5190
[`napi_delete_reference`]: #n_api_napi_delete_reference
5200
5191
[`napi_escape_handle`]: #n_api_napi_escape_handle
5201
5192
[`napi_get_and_clear_last_exception`]: #n_api_napi_get_and_clear_last_exception
@@ -5205,7 +5196,6 @@ This API may only be called from the main thread.
5205
5196
[`napi_get_property`]: #n_api_napi_get_property
5206
5197
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
5207
5198
[`napi_get_value_external`]: #n_api_napi_get_value_external
5208
- [`napi_has_own_property`]: #n_api_napi_has_own_property
5209
5199
[`napi_has_property`]: #n_api_napi_has_property
5210
5200
[`napi_is_error`]: #n_api_napi_is_error
5211
5201
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending
0 commit comments