Issue 89: Modifying arguments array doesn't modify function arguments.
http://code.google.com/p/v8/issues/detail?id=89

New issue report by [EMAIL PROTECTED]:
In V8, if a function modifies its "arguments" array, the arguments of the
function are not actually modified.  This is incompatible with every other
browser (and I think violates the spec).

Test case:
http://crypto.stanford.edu/~abarth/research/chromium/arguments/

Expected output:
5
7

Actual output:
5
5

Internet Explorer 6, Firefox 3, and Safari 3.1 have the expected behavior.
I suspect IE7 and IE8 have the expected behavior as well, but I haven't
tested them.




Issue attributes:
        Status: New
        Owner: ----

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to