Status: New
Owner: ----

New issue 730 by ben.weltevrede: Problem with use of variable name "status"
http://code.google.com/p/v8/issues/detail?id=730

I encountered a problem with the use of a javascript array with
name "status". Attached two screendumps of the developer console - the
first one uses an array named "stats" which is dimensioned and populated
at pageload. The screendump shows a break at function testButtonClick. It
shows the values of the array, properly populated. It also shows, at the
variable panel on the right, a variable with name "status" - not used in
my script.
The second screendump shows the same, but with name status. The array has
not been populated.
(Dimensioning the array in the declaration does not solve the issue)

I am not aware of the name "status" as a reserved name in javascript.





Attachments:
        testJavascript1.jpg  227 KB
        testJavascript2.jpg  215 KB

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

Reply via email to