Status: Accepted Owner: ---- Labels: Type-Bug Priority-High New 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
This code fails with an "illegal access": var x = Number(0); x[0] = 0; x[0] = 1; x[0] = 2; All three assignments must be present in the script but the exception is thrown an the first assignment. -- 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 -~----------~----~----~----~------~----~------~--~---
