Same name in other branches
- 6.0.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
- 7.x-1.x advagg_js_compress/jsminplus.inc \JSTokenizer::keywords
- 7.x-2.x advagg_js_compress/jsminplus.inc \JSTokenizer::keywords
- 8.x-2.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
- 8.x-3.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
- 8.x-4.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
Type: keywords
File
-
advagg_js_minify/
jsminplus.inc, line 1869
Class
Code
private $keywords = array(
'break',
'case',
'catch',
'const',
'continue',
'debugger',
'default',
'delete',
'do',
'else',
'enum',
'false',
'finally',
'for',
'function',
'if',
'in',
'instanceof',
'new',
'null',
'return',
'switch',
'this',
'throw',
'true',
'try',
'typeof',
'var',
'void',
'while',
'with',
);