Same name and namespace in other branches
  1. 6.0.x advagg_js_minify/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
  2. 7.x-1.x advagg_js_compress/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
  3. 7.x-2.x advagg_js_compress/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
  4. 8.x-2.x advagg_js_minify/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
  5. 8.x-3.x advagg_js_minify/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
  6. 8.x-4.x advagg_js_minify/jsminplus.inc \JSTokenizer::newSyntaxError() 1 commentaire
3 calls to JSTokenizer::newSyntaxError()
JSTokenizer::get dans advagg_js_minify/jsminplus.inc
JSTokenizer::mustMatch dans advagg_js_minify/jsminplus.inc
JSTokenizer::unget dans advagg_js_minify/jsminplus.inc

Fichier

advagg_js_minify/jsminplus.inc, line 2310

Classe

JSTokenizer

Code

public function newSyntaxError($m) {
    return new Exception('Parse error: ' . $m . ' in file \'' . $this->filename . '\' on line ' . $this->lineno);
}