From 3e3471fb5fb462d1216bb3cd798e0e8ad4291e72 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/v8.md b/doc/api/v8.md index 6753c2a4a37ce0..f0ab08cfeb6d47 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. ## getHeapStatistics() + Returns an object with the following properties @@ -22,6 +25,9 @@ Returns an object with the following properties ``` ## setFlagsFromString(string) + Set additional V8 command line flags. Use with care; changing settings after the VM has started may result in unpredictable behavior, including