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 0ec63ee

Browse filesBrowse files
Gabriel Schulhoftargos
authored andcommitted
doc,n-api: sort bottom-of-the-page references
Use `tail -n 102 doc/api/n-api.md | LC_ALL=C sort -u` to establish a systematic order for the references. PR-URL: #30124 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: legendecas <legendecas@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent a56e78c commit 0ec63ee
Copy full SHA for 0ec63ee

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+32
-32
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
+32-32Lines changed: 32 additions & 32 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5191,39 +5191,50 @@ idempotent.
51915191
This API may only be called from the main thread.
51925192

51935193
[ABI Stability]: https://nodejs.org/en/docs/guides/abi-stability/
5194+
[AppVeyor]: https://www.appveyor.com
5195+
[C++ Addons]: addons.html
5196+
[CMake.js]: https://github.com/cmake-js/cmake-js
5197+
[CMake]: https://cmake.org
51945198
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
51955199
[Error Handling]: #n_api_error_handling
5200+
[GCC]: https://gcc.gnu.org
5201+
[GYP]: https://gyp.gsrc.io
5202+
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
5203+
[LLVM]: https://llvm.org
51965204
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
51975205
[Object Lifetime Management]: #n_api_object_lifetime_management
51985206
[Object Wrap]: #n_api_object_wrap
5199-
[Section 6]: https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values
5200-
[Section 6.1]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types
5201-
[Section 6.1.4]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-string-type
5202-
[Section 6.1.6]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type
5203-
[Section 6.1.7]: https://tc39.github.io/ecma262/#sec-object-type
5204-
[Section 6.1.7.1]: https://tc39.github.io/ecma262/#table-2
5205-
[Section 7]: https://tc39.github.io/ecma262/#sec-abstract-operations
5206-
[Section 7.1.2]: https://tc39.github.io/ecma262/#sec-toboolean
5207-
[Section 7.1.3]: https://tc39.github.io/ecma262/#sec-tonumber
5208-
[Section 7.1.13]: https://tc39.github.io/ecma262/#sec-toobject
5209-
[Section 7.2.2]: https://tc39.github.io/ecma262/#sec-isarray
5210-
[Section 7.2.14]: https://tc39.github.io/ecma262/#sec-strict-equality-comparison
5211-
[Section 8.7]: https://tc39.es/ecma262/#sec-agents
5212-
[Section 9.1.6]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc
5213-
[Section 12.5.5]: https://tc39.github.io/ecma262/#sec-typeof-operator
52145207
[Section 12.10.4]: https://tc39.github.io/ecma262/#sec-instanceofoperator
5208+
[Section 12.5.5]: https://tc39.github.io/ecma262/#sec-typeof-operator
52155209
[Section 19.2]: https://tc39.github.io/ecma262/#sec-function-objects
52165210
[Section 19.4]: https://tc39.github.io/ecma262/#sec-symbol-objects
52175211
[Section 20.3]: https://tc39.github.io/ecma262/#sec-date-objects
5218-
[Section 22.1]: https://tc39.github.io/ecma262/#sec-array-objects
52195212
[Section 22.1.4.1]: https://tc39.github.io/ecma262/#sec-properties-of-array-instances-length
5213+
[Section 22.1]: https://tc39.github.io/ecma262/#sec-array-objects
52205214
[Section 22.2]: https://tc39.github.io/ecma262/#sec-typedarray-objects
52215215
[Section 24.1]: https://tc39.github.io/ecma262/#sec-arraybuffer-objects
52225216
[Section 24.3]: https://tc39.github.io/ecma262/#sec-dataview-objects
52235217
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
5224-
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
5225-
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
5218+
[Section 6.1.4]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-string-type
5219+
[Section 6.1.6]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type
5220+
[Section 6.1.7.1]: https://tc39.github.io/ecma262/#table-2
5221+
[Section 6.1.7]: https://tc39.github.io/ecma262/#sec-object-type
5222+
[Section 6.1]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types
5223+
[Section 6]: https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values
5224+
[Section 7.1.13]: https://tc39.github.io/ecma262/#sec-toobject
5225+
[Section 7.1.2]: https://tc39.github.io/ecma262/#sec-toboolean
5226+
[Section 7.1.3]: https://tc39.github.io/ecma262/#sec-tonumber
5227+
[Section 7.2.14]: https://tc39.github.io/ecma262/#sec-strict-equality-comparison
5228+
[Section 7.2.2]: https://tc39.github.io/ecma262/#sec-isarray
5229+
[Section 7]: https://tc39.github.io/ecma262/#sec-abstract-operations
5230+
[Section 8.7]: https://tc39.es/ecma262/#sec-agents
5231+
[Section 9.1.6]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc
5232+
[Travis CI]: https://travis-ci.org
5233+
[Visual Studio]: https://visualstudio.microsoft.com
52265234
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
5235+
[Xcode]: https://developer.apple.com/xcode/
5236+
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
5237+
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
52275238
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
52285239
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
52295240
[`napi_async_init`]: #n_api_napi_async_init
@@ -5267,27 +5278,16 @@ This API may only be called from the main thread.
52675278
[`napi_throw`]: #n_api_napi_throw
52685279
[`napi_unwrap`]: #n_api_napi_unwrap
52695280
[`napi_wrap`]: #n_api_napi_wrap
5281+
[`node_api.h`]: https://github.com/nodejs/node/blob/master/src/node_api.h
52705282
[`process.release`]: process.html#process_process_release
52715283
[`uv_ref`]: http://docs.libuv.org/en/v1.x/handle.html#c.uv_ref
52725284
[`uv_unref`]: http://docs.libuv.org/en/v1.x/handle.html#c.uv_unref
52735285
[async_hooks `type`]: async_hooks.html#async_hooks_type
52745286
[context-aware addons]: addons.html#addons_context_aware_addons
5275-
[node-addon-api]: https://github.com/nodejs/node-addon-api
5276-
[worker threads]: https://nodejs.org/api/worker_threads.html
5277-
[C++ Addons]: addons.html
52785287
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
5279-
[GCC]: https://gcc.gnu.org
5280-
[LLVM]: https://llvm.org
5281-
[Xcode]: https://developer.apple.com/xcode/
5282-
[Visual Studio]: https://visualstudio.microsoft.com
5288+
[node-addon-api]: https://github.com/nodejs/node-addon-api
52835289
[node-gyp]: https://github.com/nodejs/node-gyp
5284-
[GYP]: https://gyp.gsrc.io
5285-
[CMake.js]: https://github.com/cmake-js/cmake-js
5286-
[CMake]: https://cmake.org
5287-
[Travis CI]: https://travis-ci.org
5288-
[AppVeyor]: https://www.appveyor.com
52895290
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
52905291
[prebuild]: https://github.com/prebuild/prebuild
5291-
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
52925292
[prebuildify]: https://github.com/prebuild/prebuildify
5293-
[`node_api.h`]: https://github.com/nodejs/node/blob/master/src/node_api.h
5293+
[worker threads]: https://nodejs.org/api/worker_threads.html

0 commit comments

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