Status: New
Owner: ----
New issue 1769 by erights: Asking getOwnPropertyDescriptor to describe its
own 'caller' while it is being called by a strict function fails
http://code.google.com/p/v8/issues/detail?id=1769
Seen on Chrome 15. Fixed on Chrome 16. Unless I'm missing something, please
mark this as Fixed and ES5.
function foo() {
"use strict";
return
Object.getOwnPropertyDescriptor(Object.getOwnPropertyDescriptor, 'caller');
}
foo()
TypeError: Illegal access to a strict mode caller function.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev