[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 09:43:38 PDT 2010


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





--- Comment #4 from Oliver Hunt <oliver at apple.com>  2010-09-09 09:43:38 PST ---
call and apply are native functions so caller is meant to be null (it's technically a bug that apply/call don't break the lookup when done directly)

-- 
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