Updates:
        Status: WorkingAsIntended

Comment #1 on issue 389 by [email protected]: SetIndexedPropertyHandler not  
working
http://code.google.com/p/v8/issues/detail?id=389

The problem in this code is that you set 'IntArray' twice.  First you set  
it to the
point_templ which has the indexed getter and setter and then you overwrite  
it with
something else that does not have the indexed getter and setter.  Remove the
overwriting of 'IntArray' and it should work.

--
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