diff options
| author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-05-24 08:28:08 +0000 |
|---|---|---|
| committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-05-24 08:28:08 +0000 |
| commit | a4e969f4965059196ca948db781e52f7cfebf19e (patch) | |
| tree | 6ca352808c8fdc52006a0f33f6ae3c593b23867d /Source/JavaScriptCore/parser/Keywords.table | |
| parent | 41386e9cb918eed93b3f13648cbef387e371e451 (diff) | |
| download | WebKitGtk-tarball-a4e969f4965059196ca948db781e52f7cfebf19e.tar.gz | |
webkitgtk-2.12.3webkitgtk-2.12.3
Diffstat (limited to 'Source/JavaScriptCore/parser/Keywords.table')
| -rw-r--r-- | Source/JavaScriptCore/parser/Keywords.table | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/parser/Keywords.table b/Source/JavaScriptCore/parser/Keywords.table index 527eada60..4582d00aa 100644 --- a/Source/JavaScriptCore/parser/Keywords.table +++ b/Source/JavaScriptCore/parser/Keywords.table @@ -10,13 +10,16 @@ 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 @@ -28,30 +31,27 @@ do DO while WHILE else ELSE in INTOKEN +super SUPER switch SWITCH throw THROW try TRY typeof TYPEOF with WITH debugger DEBUGGER +yield YIELD # Reserved for future use. -class RESERVED enum RESERVED -export RESERVED -extends RESERVED -import RESERVED -super RESERVED +export EXPORT +import IMPORT # 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 public RESERVED_IF_STRICT static RESERVED_IF_STRICT -yield RESERVED_IF_STRICT @end |
