From bddebc4175bd6a258290fba4452fa8342afcfefa Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:50 +0100 Subject: [PATCH] doc: add changelogs for v8 PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/v8.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/api/v8.md b/doc/api/v8.md index 528f8967e2069e..be222bbabf63ed 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -12,6 +12,10 @@ const v8 = require('v8'); ## v8.getHeapSpaceStatistics() Returns statistics about the V8 heap spaces, i.e. the segments which make up @@ -72,6 +76,14 @@ For example: ## v8.getHeapStatistics() Returns an object with the following properties: