[Bug 20737] New: "Call the [[DefineOwnProperty]] internal method ..."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20737

            Bug ID: 20737
           Summary: "Call the [[DefineOwnProperty]] internal method ..."
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: w3c@marcosc.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

http://dev.w3.org/2006/webapi/WebIDL/#es-sequence

[[
Call the [[DefineOwnProperty]] internal method on A with property name P,
descriptor { [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true,
[[Value]]: E } and Boolean flag false.
]]

ES6 no longer seems to have the ability to set the throws flag for
[[DefineOwnProperty]]:

http://people.mozilla.org/~jorendorff/es6-draft.html#sec-8.3.10

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 22 January 2013 18:25:39 UTC