[Webkit-unassigned] [Bug 141610] New: For many X, X.prototype is an X when it must be a plain object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 14 12:25:33 PST 2015


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

            Bug ID: 141610
           Summary: For many X, X.prototype is an X when it must be a
                    plain object
    Classification: Unclassified
           Product: WebKit
           Version: 420+
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: erights at gmail.com

For example, ES6 specifies that Number.prototype should be a plain object, but it is currently an exotic Number object. 

This is especially problematic for Date, as it opens a potential global communications channel that can only be plugged expensively. See https://code.google.com/p/google-caja/issues/detail?id=1362

-- 
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/20150214/fb259455/attachment-0002.html>


More information about the webkit-unassigned mailing list