Issue 57: Crash when deleting prototype[0]
http://code.google.com/p/v8/issues/detail?id=57

Comment #1 by [EMAIL PROTECTED]:
The issue is attempting to delete properties of undefined.

'new Object().prototype' is undefined and the attempt to delete the  
property 0 from
undefined causes the crash in the shell.  The issue seems to be related to
string-conversion on exception objects.


Issue attribute updates:
        Status: Accepted

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