Skip to content

Commit 3e3471f

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
doc: add added: information for v8
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]>
1 parent 1758f02 commit 3e3471f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/v8.md

+6
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)