summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug667824.js
blob: c84b745ee9f1b4dad62ac4c212b26d0db70744f4 (plain)
1
2
3
4
5
6
7
// Binary: cache/js-dbg-32-208160c856b7-linux
// Flags: -j
//
var x;
for (let a = 0; a < 8; a++) {
    Function.prototype()
}