File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This module exposes events and interfaces specific to the version of [V8][]
6
6
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
- ## getHeapStatistics()
9
+ ## v8. getHeapStatistics()
10
10
11
11
Returns an object with the following properties
12
12
@@ -21,7 +21,7 @@ Returns an object with the following properties
21
21
}
22
22
```
23
23
24
- ## getHeapSpaceStatistics()
24
+ ## v8. getHeapSpaceStatistics()
25
25
26
26
Returns statistics about the V8 heap spaces, i.e. the segments which make up
27
27
the V8 heap. Order of heap spaces nor availability of a heap space can be
@@ -70,7 +70,7 @@ Example result:
70
70
]
71
71
```
72
72
73
- ## setFlagsFromString(string)
73
+ ## v8. setFlagsFromString(string)
74
74
75
75
Set additional V8 command line flags. Use with care; changing settings
76
76
after the VM has started may result in unpredictable behavior, including
You can’t perform that action at this time.
0 commit comments