Comment #3 on issue 253 by christian.plesner.hansen: Illegal access when toring multiple elements on heap numbers. http://code.google.com/p/v8/issues/detail?id=253
True, x holds a smi which wasn't what I intended. However, when setting properties on a primitive it gets wrapped so there are three wrappers made and thrown away immediately. If you change it to var x = new Number(0) it no longer fails. -- 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 -~----------~----~----~----~------~----~------~--~---
