[Webkit-unassigned] [Bug 63398] Poisoning of strict caller, arguments inappropriately poisoning "in"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 21:08:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63398
--- Comment #3 from Mark S. Miller <erights at gmail.com> 2011-08-18 21:08:29 PST ---
(function(){"use strict";}).hasOwnProperty('caller')
TypeError: Cannot access caller property of a strict mode function
The problem also occurs for other operations besides 'in'. Again, as with 'in', the poisoning of 'caller' should not prevent hasOwnProperty from working as specified. hasOwnProperty must not attempt to access the property's value.
--
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