[Webkit-unassigned] [Bug 34553] arguments.callee.caller is null in JavaScript functions defined in top and called via fn.call() or fn.apply() from an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 11:03:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=34553





--- Comment #6 from Oliver Hunt <oliver at apple.com>  2010-09-09 11:03:36 PST ---
ES5 defines the "caller" property as throwing for strict mode functions.  It leaves non-strict mode behaviour undefined, but in that case old behaviour applies -> if the caller function is a native function then it is reported as null.

getters and setters are an entirely different issue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list