[Webkit-unassigned] [Bug 225277] object methods defined with shorthand notation cannot access “caller” in non-strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 1 22:56:06 PDT 2021


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

--- Comment #2 from Jonathan Grimes <jsg2021 at gmail.com> ---
If I change object-shorthand notation to old-skewl object notation it works...
ie:
{ constructor: function() {
      this.callParent(arguments);
}}

vs

{ constructor() {
      this.callParent(arguments);
}}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210502/021d5eae/attachment.htm>


More information about the webkit-unassigned mailing list