summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-10-13 23:49:20 -0400
committerRich Trott <rtrott@gmail.com>2019-10-15 23:17:26 -0700
commit46648eb55d141ff050cbce8595402e5626f30b99 (patch)
tree747373498566bd35d984f67c36446c27e59a3c33 /doc
parentd1eb108d72ea80ead4c93ac194c277a04b59ca40 (diff)
downloadandroid-node-v8-46648eb55d141ff050cbce8595402e5626f30b99.tar.gz
android-node-v8-46648eb55d141ff050cbce8595402e5626f30b99.tar.bz2
android-node-v8-46648eb55d141ff050cbce8595402e5626f30b99.zip
doc: remove unused Markdown reference links
PR-URL: https://github.com/nodejs/node/pull/29961 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index bbec2cc3ac..ff43094177 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -4657,8 +4657,6 @@ that points to its own memory allocated by a native module). Registering
externally allocated memory will trigger global garbage collections more
often than it would otherwise.
-<!-- it's very convenient to have all the anchors indexed -->
-<!--lint disable no-unused-definitions remark-lint-->
## Promises
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,
* `[in] env`: The environment that the API is invoked under.
* `[out] loop`: The current libuv loop instance.
-<!-- it's very convenient to have all the anchors indexed -->
-<!--lint disable no-unused-definitions remark-lint-->
## Asynchronous Thread-safe Function Calls
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.
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
-[Working with JavaScript Functions]: #n_api_working_with_javascript_functions
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
-[Working with JavaScript Values - Abstract Operations]: #n_api_working_with_javascript_values_abstract_operations
-[Working with JavaScript Values]: #n_api_working_with_javascript_values
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
[`napi_async_init`]: #n_api_napi_async_init
@@ -5194,8 +5187,6 @@ This API may only be called from the main thread.
[`napi_create_type_error`]: #n_api_napi_create_type_error
[`napi_define_class`]: #n_api_napi_define_class
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
-[`napi_delete_element`]: #n_api_napi_delete_element
-[`napi_delete_property`]: #n_api_napi_delete_property
[`napi_delete_reference`]: #n_api_napi_delete_reference
[`napi_escape_handle`]: #n_api_napi_escape_handle
[`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.
[`napi_get_property`]: #n_api_napi_get_property
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
[`napi_get_value_external`]: #n_api_napi_get_value_external
-[`napi_has_own_property`]: #n_api_napi_has_own_property
[`napi_has_property`]: #n_api_napi_has_property
[`napi_is_error`]: #n_api_napi_is_error
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending