Updates:
Status: WorkingAsIntended
Comment #2 on issue 314 by [email protected]: Adding to prototype of String
for snapshot build gives shell.exe APPCRASH
http://code.google.com/p/v8/issues/detail?id=314
The .js files that are in the src directory are part of the v8 basic
library and are
not run as normal javascript code. In particular, the code is run in a
different
context than the normal context. Therefore, you cannot refer to 'String'
directly
but you have to use '$String'. Have a look at how we install properties on
the
String prototype object in string.js.
--
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
-~----------~----~----~----~------~----~------~--~---