Same name in other branches
- 5.0.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings
- 6.0.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings
- 7.x-2.x advagg_js_compress/jsqueeze.inc \Patchwork\JSqueeze::strings
- 8.x-3.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings
- 8.x-4.x advagg_js_minify/jsqueeze.inc \Patchwork\JSqueeze::strings
Type: strings
Fichier
-
advagg_js_minify/
jsqueeze.inc, line 90
Classe
Namespace
PatchworkCode
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',
);