Fichier

advagg_js_compress/jsminplus.inc, line 1981

Classe

JSTokenizer

Code

public function mustMatch($tt, $op_dot = false) {
    if (!$this->match($tt, $op_dot)) {
        throw $this->newSyntaxError('Unexpected token; token ' . $tt . ' expected');
    }
    return $this->currentToken();
}