[Webkit-unassigned] [Bug 142882] New: Extending null should set __proto__ to null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 15:41:00 PDT 2015


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

            Bug ID: 142882
           Summary: Extending null should set __proto__ to null
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
            Blocks: 142862

new (class A extends null {}).__proto__ should evalute to null according to the spec.
Function.prototype.isPrototypeOf(A) should still be true.

-- 
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/20150319/8459c4e4/attachment-0002.html>


More information about the webkit-unassigned mailing list