[Webkit-unassigned] [Bug 190671] New: The parser should not emit a ApplyFunctionCallDotNode for Reflect.apply.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 10:49:07 PDT 2018


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

            Bug ID: 190671
           Summary: The parser should not emit a ApplyFunctionCallDotNode
                    for 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

The bytecode generator does not currently know how to inline Reflect.apply (see https://bugs.webkit.org/show_bug.cgi?id=190668).  Hence, it's a waste of time to emit the ApplyFunctionCallDotNode since the function check against Function.apply that it will generate will always fail.  It also causes DFG graph dumping to crash.

<rdar://problem/45201145>

-- 
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/38713445/attachment-0001.html>


More information about the webkit-unassigned mailing list