We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa4ac7 commit 72f2df2Copy full SHA for 72f2df2
test/parallel/test-v8-stats.js
@@ -47,6 +47,8 @@ const expectedHeapSpaces = [
47
'new_space',
48
'old_space',
49
'read_only_space',
50
+ 'shared_large_object_space',
51
+ 'shared_space',
52
];
53
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
54
const actualHeapSpaceNames = heapSpaceStatistics.map((s) => s.space_name);
0 commit comments