summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/warp/bug1681056.js
blob: 6a3d094854fea1cd0edfe00d113e4cb51b04bde4 (plain)
1
2
3
4
5
6
7
8
9
gczeal(14,10);
let y = [];
try {
    evaluate(`(function() {
      for (let x10 = 0;
           new class Object extends Object { v = function () {} };
           arguments << this) {}
      })()`);
} catch(exc) {}