Skip to content

Commit

Permalink
doc: add added: information for v8
Browse files Browse the repository at this point in the history
PR-URL: #6684
Ref: #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>
  • Loading branch information
Trott authored and evanlucas committed May 17, 2016
1 parent 5701599 commit f1c773d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/v8.md
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1c773d

Please sign in to comment.