blob: d44da136c272c36557ff29457ad3cceaca632f17 [file]
// |jit-test| error:InternalError
var a = [];
var f = a.forEach.bind(a);
a.push(f);
f(f);