[Webkit-unassigned] [Bug 190668] New: Enhance ApplyFunctionCallDotNode to also handle Reflect.apply.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 10:33:51 PDT 2018


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

            Bug ID: 190668
           Summary: Enhance ApplyFunctionCallDotNode to also handle
                    Reflect.apply.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Currently, it only checks for Function.apply and actually slows down the call to Reflect.apply.  We should either provide an optimized Reflect.apply or remove the check against Function.apply when we detect Reflect.apply.

-- 
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/20181017/3fa3888f/attachment.html>


More information about the webkit-unassigned mailing list