Updates:
        Status: Fixed
        Labels: Type-Bug Priority-High

Comment #2 on issue 298 by [email protected]: Crash [@  
v8::internal::JSObject::LocalLookup] and CHECK(holder != __null) failed
http://code.google.com/p/v8/issues/detail?id=298

Bug fixed in revision 1678, unit test added.  An object with an indexed  
setter, but
no corresponding getter, would crash when that element was read.  "Indexed"  
means
that the name of the property is an integer, as with an array element.  Now  
reading
an element with a setter but no getter returns undefined, as it does for  
properties
with names that aren't numbers.



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