Comment #3 on issue 893 by [email protected]: '.caller' and '.arguments' not poisoned on bound functions
http://code.google.com/p/v8/issues/detail?id=893

Just verified that this bug still happens on 3.4.7 bleeding edge. IIRC, the reason fixing it was first postponed is that many built-in, including bound functions, are defined in (essentially) JavaScript and at the time we didn't yet have strict mode support. Would changing the bound function definition to be a strict function fix this without breaking anything else?

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to