Status: New
Owner: ----

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

Rather simple loop causes random illegal access exceptions:

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



Attachments:
        chex.js  92 bytes

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

Reply via email to