Comment #2 on issue 1834 by [email protected]: func of CallExpression shoud be get from the MemberExpression before Arguments are evaluated
http://code.google.com/p/v8/issues/detail?id=1834
Thanks for the report. This is a known issue in V8: we are currently compatible with ES 3 and incompatible with ES 5.
Priority is low because there are obvious workarounds and we don't know of any real websites that rely on the ES 5 (not ES 3) behavior of assigning to a function values property during arguments to a call to that property.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
