Skip to content

Commit 9f32a1c

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
doc: add added: information for v8
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>
1 parent fa2e987 commit 9f32a1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/v8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ built with Node.js. These interfaces are subject to change by upstream and are
77
therefore not covered under the stability index.
88

99
## getHeapStatistics()
10+
<!-- YAML
11+
added: v1.0.0
12+
-->
1013

1114
Returns an object with the following properties
1215

@@ -22,6 +25,9 @@ Returns an object with the following properties
2225
```
2326

2427
## setFlagsFromString(string)
28+
<!-- YAML
29+
added: v1.0.0
30+
-->
2531

2632
Set additional V8 command line flags. Use with care; changing settings
2733
after the VM has started may result in unpredictable behavior, including

0 commit comments

Comments
 (0)