bug617139.js (105B)
1 // |jit-test| error: InternalError 2 // don't assert 3 4 gczeal(2) 5 function x() { 6 [null].some(x) 7 } 8 x();