File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ built with Node.js. These interfaces are subject to change by upstream and are
7
7
therefore not covered under the stability index.
8
8
9
9
## v8.getHeapStatistics()
10
+ <!-- YAML
11
+ added: v1.0.0
12
+ -->
10
13
11
14
Returns an object with the following properties
12
15
@@ -22,6 +25,9 @@ Returns an object with the following properties
22
25
```
23
26
24
27
## v8.getHeapSpaceStatistics()
28
+ <!-- YAML
29
+ added: v6.0.0
30
+ -->
25
31
26
32
Returns statistics about the V8 heap spaces, i.e. the segments which make up
27
33
the V8 heap. Order of heap spaces nor availability of a heap space can be
@@ -71,6 +77,9 @@ Example result:
71
77
```
72
78
73
79
## v8.setFlagsFromString(string)
80
+ <!-- YAML
81
+ added: v1.0.0
82
+ -->
74
83
75
84
Set additional V8 command line flags. Use with care; changing settings
76
85
after the VM has started may result in unpredictable behavior, including
You can’t perform that action at this time.
0 commit comments