right, this is listed in the agenda for the next TC39 meeting If anybody can find in the TC39 meeting notes this was last discussed, that would be helpful. I think in was in 2011 or early 2012.
allen On Jul 19, 2013, at 8:22 AM, Till Schneidereit wrote: > On Fri, Jul 19, 2013 at 5:11 PM, Kevin Smith <[email protected]> wrote: > > Sure - page 129 of the latest draft: > > > ComputedPropertyName : [ AssignmentExpression ] > > 1. Let exprValue be the result of evaluating AssignmentExpression. > 2. Let propName be GetValue(exprValue). > 3. ReturnIfAbrupt(propName). > 4. If propName is not an exotic Symbol Object, then > a. Throw a TypeError exception. > 5. Return propName. > > This isn't yet a final decision, however: > > http://esdiscuss.org/topic/on-ie-proto-test-cases#content-5 > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

