Status: New
Owner: ----
New issue 2390 by [email protected]: Reassignment of formal parameter
sporadically not reflected in arguments object
http://code.google.com/p/v8/issues/detail?id=2390
function f(c) {
c = { prop: 42 };
if (arguments[0] != c) {
console.log("Ooops! Should never get here but occasionally we do!");
}
}
A script that can be used to reproduce the issue (typically in around 10000
iterations) is attached.
Attachments:
argbug.html 1.4 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev