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 <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
Reviewed-By: Stephen Belanger <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
Trott authored and Myles Borins committed Jul 14, 2016
1 parent 1758f02 commit 3e3471f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/v8.md
Original file line number Diff line number Diff line change
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.

## 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
```

## 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 3e3471f

Please sign in to comment.