Same name and namespace in other branches
  1. 6.0.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings 1 commentaire
  2. 7.x-2.x advagg_js_compress/jsqueeze.inc \Patchwork\JSqueeze::strings 1 commentaire
  3. 8.x-2.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings 1 commentaire
  4. 8.x-3.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings 1 commentaire
  5. 8.x-4.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings 1 commentaire

Type: strings

Fichier

advagg_js_minify/jsqueeze.inc, line 90

Classe

JSqueeze

Namespace

Patchwork

Code

protected $strings, $closures, $str0, $str1, $argFreq, $specialVarRx, $keepImportantComments, $varRx = '(?:[a-zA-Z_$])[a-zA-Z0-9_$]*', $reserved = array(
    'abstract',
    'as',
    'boolean',
    'break',
    'byte',
    'case',
    'catch',
    'char',
    'class',
    'const',
    'continue',
    'debugger',
    'default',
    'delete',
    'do',
    'double',
    'else',
    'enum',
    'export',
    'extends',
    'false',
    'final',
    'finally',
    'float',
    'for',
    'function',
    'goto',
    'if',
    'implements',
    'import',
    'in',
    'instanceof',
    'int',
    'long',
    'native',
    'new',
    'null',
    'package',
    'private',
    'protected',
    'public',
    'return',
    'short',
    'static',
    'super',
    'switch',
    'synchronized',
    'this',
    'throw',
    'throws',
    'transient',
    'true',
    'try',
    'typeof',
    'var',
    'void',
    'while',
    'with',
    'yield',
    'let',
    'interface',
);