summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug692274-2.js
blob: dff5c905236b9ab05402b3d7a67f3db27009ea47 (plain)
1
2
3
4
5
6
7
function f() {
    var ss = [new f("abc"), new String("foobar"), new String("quux")];
    for (let a6 = this ;; ) {}
}
try {
    f();
} catch (e) {}