[Webkit-unassigned] [Bug 29626] New: Object.defineProperties isn't atomic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 17:57:43 PDT 2009


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

           Summary: Object.defineProperties isn't atomic
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: javascript: var o = {}; Object.defineProperty(o, "a",
                    { value: 17, configurable: false, writable: false });
                    try { Object.defineProperties(o, { g: { value: 12345,
                    enumerable: true }, a: { value: 42, configurable: true
                    } }); alert("FAIL, didn't throw"); } catch (e) { };
                    alert("g" in o ? "FAIL, Object.defineProperties isn't
                    atomic" : " PASS");
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jwalden+bwo at mit.edu


See 15.2.3.7 step 6.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list