get and set aren't reserved, they are only used contextually as keywords within object literals
use also isn't reserved and is only recognized as a keyword within a string literal that forms a use strict directive, see 14.1 let and yield aren't reserved but the NOTE at the end of 7.5.3 warns that they may be used in future versions of the language >-----Original Message----- >From: [email protected] [mailto:es-discuss- >[email protected]] On Behalf Of Michael Davey >Sent: Thursday, March 05, 2009 6:57 AM >To: [email protected] >Subject: feedback on 2nd March draft > >Hello, > >I have some feedback on the March 2nd draft. > >Sections 7.5.2, 7.5.3. It looks like there are some keywords missing >from the lists: >get, set, let, yield, use > >-- >Michael >_______________________________________________ >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

