[Bug 27553] Support Symbol

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

Erik Arvidsson <arv@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv@google.com

--- Comment #4 from Erik Arvidsson <arv@google.com> ---
Should probably be:

  interface Foo {
    static Symbol xyz;
  }

and then the rules for Symbol would have to define that all code realms need to
share the Symbol xyz, just like ES6 defines the well known symbols:
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-well-known-symbols

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

Received on Friday, 9 January 2015 20:11:33 UTC