Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:InternalError
var a = [];
var f = a.forEach.bind(a);
a.push(f);
f(f);
// |jit-test| error:InternalError
var a = [];
var f = a.forEach.bind(a);
a.push(f);
f(f);