Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: get new v8 building for ARM64 Windows #26087

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: update test-v8-stats
New heap space: code_large_object_space
  • Loading branch information
targos committed Jan 31, 2019
commit 5df0e98f866258d8fc307e3fd6e20a6a262532d2
7 changes: 4 additions & 3 deletions test/parallel/test-v8-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ keys.forEach(function(key) {


const expectedHeapSpaces = [
'new_space',
'old_space',
'code_large_object_space',
'code_space',
'large_object_space',
'map_space',
'new_large_object_space',
'large_object_space',
'new_space',
'old_space',
'read_only_space'
];
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
Expand Down