Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b57fe3b

Browse filesBrowse files
nschonnitargos
authored andcommitted
doc: remove unused Markdown reference links
PR-URL: #29961 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 12f2454 commit b57fe3b
Copy full SHA for b57fe3b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
-10Lines changed: 0 additions & 10 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4631,8 +4631,6 @@ that points to its own memory allocated by a native module). Registering
46314631
externally allocated memory will trigger global garbage collections more
46324632
often than it would otherwise.
46334633

4634-
<!-- it's very convenient to have all the anchors indexed -->
4635-
<!--lint disable no-unused-definitions remark-lint-->
46364634
## Promises
46374635

46384636
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,
48204818
* `[in] env`: The environment that the API is invoked under.
48214819
* `[out] loop`: The current libuv loop instance.
48224820

4823-
<!-- it's very convenient to have all the anchors indexed -->
4824-
<!--lint disable no-unused-definitions remark-lint-->
48254821
## Asynchronous Thread-safe Function Calls
48264822

48274823
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.
51485144
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
51495145
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
51505146
[`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
51525147
[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
51555148
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
51565149
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
51575150
[`napi_async_init`]: #n_api_napi_async_init
@@ -5167,8 +5160,6 @@ This API may only be called from the main thread.
51675160
[`napi_create_type_error`]: #n_api_napi_create_type_error
51685161
[`napi_define_class`]: #n_api_napi_define_class
51695162
[`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
51725163
[`napi_delete_reference`]: #n_api_napi_delete_reference
51735164
[`napi_escape_handle`]: #n_api_napi_escape_handle
51745165
[`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.
51785169
[`napi_get_property`]: #n_api_napi_get_property
51795170
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
51805171
[`napi_get_value_external`]: #n_api_napi_get_value_external
5181-
[`napi_has_own_property`]: #n_api_napi_has_own_property
51825172
[`napi_has_property`]: #n_api_napi_has_property
51835173
[`napi_is_error`]: #n_api_napi_is_error
51845174
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.