[Webkit-unassigned] [Bug 158059] New: Static table lookup should not require getOwnPropertySlot override.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 23:10:06 PDT 2016


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

            Bug ID: 158059
           Summary: Static table lookup should not require
                    getOwnPropertySlot override.
    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

JSObject is inconsistent as to when it consults static tables, and getOwnPropertySlot does not do so. This means that all subclasses that use static properties must override getOwnPropertySlot, and all uncached property access is virtual (via JSC method table).

-- 
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/20160525/2ef0a5a9/attachment-0001.html>


More information about the webkit-unassigned mailing list