Advertisement
laiam

Untitled

Nov 26th, 2011
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. 7.6.1.2 Future Reserved Words
  2. The following words are used as keywords in proposed extensions and are therefore reserved to allow for the
  3. possibility of future adoption of those extensions.
  4. Syntax
  5. FutureReservedWord :: one of
  6. class enum extends super
  7. const export import
  8. The following tokens are also considered to be FutureReservedWords when they occur within strict mode code
  9. (see 10.1.1). The occurrence of any of these tokens within strict mode code in any context where the
  10. occurrence of a FutureReservedWord would produce an error must also produce an equivalent error:
  11. implements let private public yield
  12. interface package protected static
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement