Issue #1547 'use strict' future reserved keywords as identifiers prohibited

This commit is contained in:
Gerald Lewis 2012-01-09 13:00:27 -05:00
parent f43ec97e30
commit 0b7cfba94a
1 changed files with 2 additions and 0 deletions

View File

@ -572,6 +572,8 @@ RESERVED = [
'case', 'default', 'function', 'var', 'void', 'with'
'const', 'let', 'enum', 'export', 'import', 'native'
'__hasProp', '__extends', '__slice', '__bind', '__indexOf'
'implements', 'interface', 'let', 'package',
'private', 'protected', 'public', 'static', 'yield'
]
# The superset of both JavaScript keywords and reserved words, none of which may