1 2 3 4 5 6 7 8 9
// don't crash when tracing function f(o) { var prop = "arguments"; f[prop] = f[prop]; } for(var i = 0; i < 50; i++) { f(); }