Issue 24: Javascript error from V8 inside of Chrome
http://code.google.com/p/v8/issues/detail?id=24
Comment #5 by [EMAIL PROTECTED]:
The problem seems to be related to the dynamic lookup of x from within
a 'with' scope
which we use internally for catch-block. This code also fails:
(function x() { with({}) { print(x); } })()
I'm sure we need to make the local variable we introduce for x behave like
any other
local variable -- there must be something that prevents it from being
dynamically
looked up as it is now.
--
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
-~----------~----~----~----~------~----~------~--~---