HomeSort by relevance Sort by last modified time
    Searched full:_consume (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 207 this[this.state](this._consume());
213 Tokenizer.prototype._consume = function () { method in class:Tokenizer
243 cp = this._consume();
435 digits += toChar(this._consume());
440 this._consume();
462 for (; leaf && cp !== $.EOF; cp = this._consume(), consumedCount++, leaf = leaf.l && leaf.l[cp]) {
521 this._consume();
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 869 milliseconds