Comment #2 on issue 2172 by [email protected]: toString and split methods causes "illegal access" error
http://code.google.com/p/v8/issues/detail?id=2172

for (var i = 0; i < 0xFFFFFF; i++){
  i.toString().split(/(.)\1/i);
}

this crashes d8, all the way back to version 2.3 (anything earlier doesn't compile anymore).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to