Searched refs:_peek (Results 1 – 1 of 1) sorted by relevance
54 _peek: function() method in FormatterWorker.JavaScriptFormatter96 if (this._peek() === FormatterWorker.JavaScriptTokens.SEMICOLON)113 while (this._peek() !== endToken) {121 if (this._peek() === FormatterWorker.JavaScriptTokens.LBRACE) {135 switch (this._peek()) {187 while (this._peek() !== FormatterWorker.JavaScriptTokens.RBRACE) {203 if (this._peek() === FormatterWorker.JavaScriptTokens.VAR)217 if (this._peek() === FormatterWorker.JavaScriptTokens.ASSIGN) {223 } while (this._peek() === FormatterWorker.JavaScriptTokens.COMMA);229 if (this._peek() === FormatterWorker.JavaScriptTokens.COLON) {[all …]