summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1739972.js
blob: 7094635c8d6cd7987099c749efb9127183dd2965 (plain)
1
2
3
4
5
enableShellAllocationMetadataBuilder();
a = newGlobal();
a.evaluate("function x() {}");
for (i = 0; i < 20; ++i)
  new a.x;