summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/parser/Keywords.table
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-05-20 09:56:07 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-05-20 09:56:07 +0000
commit41386e9cb918eed93b3f13648cbef387e371e451 (patch)
treea97f9d7bd1d9d091833286085f72da9d83fd0606 /Source/JavaScriptCore/parser/Keywords.table
parente15dd966d523731101f70ccf768bba12435a0208 (diff)
downloadWebKitGtk-tarball-41386e9cb918eed93b3f13648cbef387e371e451.tar.gz
webkitgtk-2.4.9webkitgtk-2.4.9
Diffstat (limited to 'Source/JavaScriptCore/parser/Keywords.table')
-rw-r--r--Source/JavaScriptCore/parser/Keywords.table12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/JavaScriptCore/parser/Keywords.table b/Source/JavaScriptCore/parser/Keywords.table
index e2ba528a4..527eada60 100644
--- a/Source/JavaScriptCore/parser/Keywords.table
+++ b/Source/JavaScriptCore/parser/Keywords.table
@@ -10,16 +10,13 @@ false FALSETOKEN
break BREAK
case CASE
catch CATCH
-class CLASSTOKEN
const CONSTTOKEN
default DEFAULT
-extends EXTENDS
finally FINALLY
for FOR
instanceof INSTANCEOF
new NEW
var VAR
-let LET
continue CONTINUE
function FUNCTION
return RETURN
@@ -31,7 +28,6 @@ do DO
while WHILE
else ELSE
in INTOKEN
-super SUPER
switch SWITCH
throw THROW
try TRY
@@ -40,13 +36,17 @@ with WITH
debugger DEBUGGER
# Reserved for future use.
+class RESERVED
enum RESERVED
-export EXPORT
-import IMPORT
+export RESERVED
+extends RESERVED
+import RESERVED
+super RESERVED
# Reserved for future use in strict code.
implements RESERVED_IF_STRICT
interface RESERVED_IF_STRICT
+let RESERVED_IF_STRICT
package RESERVED_IF_STRICT
private RESERVED_IF_STRICT
protected RESERVED_IF_STRICT