summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-10 20:21:30 -0700
committerRich Trott <rtrott@gmail.com>2016-05-12 21:49:25 -0700
commitb3bc36209f927bbdcdcada7e2170f91f1c32d1b3 (patch)
treeadda35eae8d540fa787f9c3191a90f2789568cd3 /doc/api/v8.md
parent991ce2daf3737561d6d7bba1d39094e264260ba3 (diff)
downloadandroid-node-v8-b3bc36209f927bbdcdcada7e2170f91f1c32d1b3.tar.gz
android-node-v8-b3bc36209f927bbdcdcada7e2170f91f1c32d1b3.tar.bz2
android-node-v8-b3bc36209f927bbdcdcada7e2170f91f1c32d1b3.zip
doc: add `added:` information for v8
PR-URL: https://github.com/nodejs/node/pull/6684 Ref: https://github.com/nodejs/node/issues/6578 Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index f24e6eaa5c..b745ac92ba 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -7,6 +7,9 @@ built with Node.js. These interfaces are subject to change by upstream and are
therefore not covered under the stability index.
## v8.getHeapStatistics()
+<!-- YAML
+added: v1.0.0
+-->
Returns an object with the following properties
@@ -22,6 +25,9 @@ Returns an object with the following properties
```
## v8.getHeapSpaceStatistics()
+<!-- YAML
+added: v6.0.0
+-->
Returns statistics about the V8 heap spaces, i.e. the segments which make up
the V8 heap. Order of heap spaces nor availability of a heap space can be
@@ -71,6 +77,9 @@ Example result:
```
## v8.setFlagsFromString(string)
+<!-- YAML
+added: v1.0.0
+-->
Set additional V8 command line flags. Use with care; changing settings
after the VM has started may result in unpredictable behavior, including