Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: InternalError
// don't assert
gczeal(2)
function x() {
[null].some(x)
}
x();
// |jit-test| error: InternalError
// don't assert
gczeal(2)
function x() {
[null].some(x)
}
x();