Fichier

advagg_js_minify/jsqueeze.inc, line 113

Classe

JSqueeze

Namespace

Patchwork

Code

function __construct() {
    $this->reserved = array_flip($this->reserved);
    $this->charFreq = array_fill(0, 256, 0);
}