summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2018-11-27 11:49:21 -0800
committerRich Trott <rtrott@gmail.com>2018-11-28 13:09:31 -0800
commit64cea5a1acc250d852d183e2eece8b3c0fdcc90f (patch)
tree8d489300c645b1f5a57aa56b428f9a4665e1637d /doc/api/v8.md
parent063e8fbe781ceff44dda633e116639ed7bb9eb1d (diff)
downloadandroid-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.gz
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.bz2
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.zip
doc: sort bottom-of-file markdown links
Reapply https://github.com/nodejs/node/pull/12726 It would be nice to have the sort check applied as part of doc testing, but this change doesn't implement that. PR-URL: https://github.com/nodejs/node/pull/24679 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index c284161d42..3473fa786e 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -404,6 +404,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by
[`DefaultSerializer`]: #v8_class_v8_defaultserializer
[`Deserializer`]: #v8_class_v8_deserializer
[`Error`]: errors.html#errors_class_error
+[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-10.6/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
[`Serializer`]: #v8_class_v8_serializer
[`deserializer._readHostObject()`]: #v8_deserializer_readhostobject
[`deserializer.transferArrayBuffer()`]: #v8_deserializer_transferarraybuffer_id_arraybuffer
@@ -413,8 +414,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by
[`serializer.releaseBuffer()`]: #v8_serializer_releasebuffer
[`serializer.transferArrayBuffer()`]: #v8_serializer_transferarraybuffer_id_arraybuffer
[`serializer.writeRawBytes()`]: #v8_serializer_writerawbytes_buffer
+[`vm.Script`]: vm.html#vm_new_vm_script_code_options
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
[V8]: https://developers.google.com/v8/
-[`vm.Script`]: vm.html#vm_new_vm_script_code_options
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
-[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-10.6/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4