Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:TypeError
function f() {
((function g(x) {
g(x.slice)
})([]))
}
new f
// |jit-test| error:TypeError
function f() {
((function g(x) {
g(x.slice)
})([]))
}
new f