testSlowNativeWithNullThis.js (102B)
1 x = 0 2 for (a = 0; a < 3; a++) { 3 new ((function () { 4 return Float64Array 5 })())(x, 1) 6 }