|
@@ -806,6 +806,8 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require
|
|
'default', 'delete', 'do', 'else', 'finally', 'for', 'function',
|
|
'default', 'delete', 'do', 'else', 'finally', 'for', 'function',
|
|
'if', 'in', 'instanceof', 'new', 'return', 'switch', 'this', 'throw',
|
|
'if', 'in', 'instanceof', 'new', 'return', 'switch', 'this', 'throw',
|
|
'try', 'typeof', 'var', 'void', 'while', 'with',
|
|
'try', 'typeof', 'var', 'void', 'while', 'with',
|
|
|
|
+
|
|
|
|
+ 'arguments',
|
|
|
|
|
|
'class', 'const', 'enum', 'export', 'extends', 'import', 'super',
|
|
'class', 'const', 'enum', 'export', 'extends', 'import', 'super',
|
|
|
|
|