[Webkit-unassigned] [Bug 158637] New: setUpStaticFunctionSlot does not handle Builtin|Accessor properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 15:14:00 PDT 2016


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

            Bug ID: 158637
           Summary: setUpStaticFunctionSlot does not handle
                    Builtin|Accessor properties
    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: barraclough at apple.com

setUpStaticFunctionSlot contains a duplicate copy of the body of the function reifyStaticProperty - however it is missing handling for Accessor type under Builtin functions. Fix the bug by de-duplicating – setUpStaticFunctionSlot should just call reifyStaticProperty.

-- 
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/20160610/493dae9c/attachment-0001.html>


More information about the webkit-unassigned mailing list