Updates: Status: Fixed Owner: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Labels: -Area-Misc Area-WebKit JavaScript
Comment #2 on issue 4917 by [EMAIL PROTECTED]: V8 javascript eval() bug http://code.google.com/p/chromium/issues/detail?id=4917 Until recently, self.eval and eval behaved the same in V8 - namely as a direct call to eval where the function aa is introduced in the scope of the st function. Ole fixed this in V8 in revision 860 so that self.eval is recognized as an aliased call to eval which means that the function aa is introduced in the global scope. V8 revision 860 will be part of the upcoming V8 version 0.4.5. -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---