Skip to content

Commit

Permalink
test: add new_large_object_space heap space
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Ujjwal Sharma <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
  • Loading branch information
targos committed Sep 7, 2018
1 parent e865acd commit f7d572f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-v8-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const expectedHeapSpaces = [
'old_space',
'code_space',
'map_space',
'new_large_object_space',
'large_object_space',
'read_only_space'
];
Expand Down

0 comments on commit f7d572f

Please sign in to comment.