We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added:
1 parent 1758f02 commit 3e3471fCopy full SHA for 3e3471f
doc/api/v8.md
@@ -7,6 +7,9 @@ built with Node.js. These interfaces are subject to change by upstream and are
7
therefore not covered under the stability index.
8
9
## getHeapStatistics()
10
+<!-- YAML
11
+added: v1.0.0
12
+-->
13
14
Returns an object with the following properties
15
@@ -22,6 +25,9 @@ Returns an object with the following properties
22
25
```
23
26
24
27
## setFlagsFromString(string)
28
29
30
31
32
Set additional V8 command line flags. Use with care; changing settings
33
after the VM has started may result in unpredictable behavior, including
0 commit comments