summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1399889.js
blob: 356c6822734a4c4763dc09728eac179bb7fec3b7 (plain)
1
2
3
4
gczeal(7, 1);
enableShellAllocationMetadataBuilder();
var testMap = new Map();
for (var [k, v] of testMap) {}