Updates:
        Status: WorkingAsIntended

Comment #1 on issue 730 by [email protected]: Problem with use of variable name "status"
http://code.google.com/p/v8/issues/detail?id=730

The identifier 'status' is not reserved in JavaScript and you can use it freely in standalone JavaScript code. In a browser 'status' is a property on the global object
used to set the status text in browsers that has a status field. This is the
explanation for the behavior you are seeing.



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

Reply via email to