blob: 0ac1b7d85fac46848cbce2477f732c7665dcc4a5 [file] [log] [blame] [edit]
function test(a, b, c) { }
for (var i = 0; i < 1e6; ++i)
test.bind(this, 0).bind(this, 1);