File

advagg_js_compress/jsminplus.inc, line 1973

Class

JSTokenizer

Code

public function isDone() {
    return $this->peek() == TOKEN_END;
}