From f1c773d18be3ca960085a2afd83711b169ef4060 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 10 May 2016 20:21:30 -0700 Subject: [PATCH] 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 Reviewed-By: Claudio Rodriguez Reviewed-By: Stephen Belanger Reviewed-By: Anna Henningsen --- doc/api/v8.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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() + Returns an object with the following properties @@ -22,6 +25,9 @@ Returns an object with the following properties ``` ## v8.getHeapSpaceStatistics() + 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) + Set additional V8 command line flags. Use with care; changing settings after the VM has started may result in unpredictable behavior, including