Home
last modified time | relevance | path

Searched refs:_consume (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DJavaScriptFormatter.js48 this._consume(FormatterWorker.JavaScriptTokens.EOS);
77 _consume: function(token) method in FormatterWorker.JavaScriptFormatter
97 this._consume(FormatterWorker.JavaScriptTokens.SEMICOLON);
204 this._consume(FormatterWorker.JavaScriptTokens.VAR);
206 this._consume(FormatterWorker.JavaScriptTokens.CONST)
212 this._consume(FormatterWorker.JavaScriptTokens.COMMA);
219 this._consume(FormatterWorker.JavaScriptTokens.ASSIGN);
358 this._consume(FormatterWorker.JavaScriptTokens.CATCH);
369 this._consume(FormatterWorker.JavaScriptTokens.FINALLY);
411 this._consume(FormatterWorker.JavaScriptTokens.IN);
[all …]