Comment #1 on issue 390 by [email protected]: assumption that prototype  
of built-in objects hasn't been overridden
http://code.google.com/p/v8/issues/detail?id=390

This should be solvable by calling the builtin StringSplit and StringJoin  
functions
from messages.js. I haven't tried it, but I think something like:

   result = StringJoin.call(StringSplit.call(result, "%" + i), str);

instead of the original 'result = ...' line should work.

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