[Webkit-unassigned] [Bug 155547] New: op_set_function_name should be an op_call to an internal function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 10:28:39 PDT 2016


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

            Bug ID: 155547
           Summary: op_set_function_name should be an op_call to an
                    internal function.
    Classification: Unclassified
           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

op_set_function_name effectively calls an function with 2 values: a function object, and a value to set as its name.  We can implement this as an op_call instead of using a custom bytecode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160316/4608a031/attachment.html>


More information about the webkit-unassigned mailing list