You are here

private property JSTokenizer::$keywords in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.2 advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
  2. 8.3 advagg_js_minify/jsminplus.inc \JSTokenizer::keywords
  3. 6 advagg_js_compress/jsminplus.inc \JSTokenizer::keywords
  4. 7.2 advagg_js_compress/jsminplus.inc \JSTokenizer::keywords
  5. 7 advagg_js_compress/jsminplus.inc \JSTokenizer::keywords

File

advagg_js_minify/jsminplus.inc, line 1869
JSMinPlus version 1.4

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