Skip to content

Commit f7d572f

Browse files
committed
test: add new_large_object_space heap space
v8.getHeapSpaceStatistics() now includes new_large_object_space in its results. Update test-v8-stats.js to account for this. Refs: v8/v8@a383aa3 PR-URL: #21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent e865acd commit f7d572f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-v8-stats.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const expectedHeapSpaces = [
2525
'old_space',
2626
'code_space',
2727
'map_space',
28+
'new_large_object_space',
2829
'large_object_space',
2930
'read_only_space'
3031
];

0 commit comments

Comments
 (0)