[Webkit-unassigned] [Bug 215769] New: __proto__ in object literal should perform [[SetPrototypeOf]]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 08:17:35 PDT 2020


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

            Bug ID: 215769
           Summary: __proto__ in object literal should perform
                    [[SetPrototypeOf]]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shvaikalesh at gmail.com

Test case: `delete Object.prototype.__proto__; Object.getPrototypeOf({__proto__: null})`
Expected: `null`
Actual: `Object.prototype`

ECMA-262: https://tc39.es/ecma262/#sec-__proto__-property-names-in-object-initializers (step 7.a.i)

-- 
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/20200824/e4e58c35/attachment.htm>


More information about the webkit-unassigned mailing list