summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testSlowNativeWithNullThis.js
blob: b90b4f10d744542b8379f025a68277fa7673e349 (plain)
1
2
3
4
5
6
x = 0
for (a = 0; a < 3; a++) {
    new ((function () {
        return Float64Array
    })())(x, 1)
}