Same name and namespace in other branches
  1. 5.0.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords 1 comment
  2. 7.x-1.x advagg_js_compress/jsminplus.inc \JSTokenizer::keywords 1 comment
  3. 7.x-2.x advagg_js_compress/jsminplus.inc \JSTokenizer::keywords 1 comment
  4. 8.x-2.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords 1 comment
  5. 8.x-3.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords 1 comment
  6. 8.x-4.x advagg_js_minify/jsminplus.inc \JSTokenizer::keywords 1 comment

Type: keywords

File

advagg_js_minify/jsminplus.inc, line 1869

Class

JSTokenizer

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',
);