summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1802308.js
blob: 91e482dc4b78a97c3456e976a46f41ba93ebbac0 (plain)
1
2
3
4
5
6
7
8
function test() {
  for (var i = 0; i < 10; i++)
    /0|[1-9][0-9]*/.test("");
};
test();
test();
gczeal(4);
enableShellAllocationMetadataBuilder();