Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DJavaScriptFormatter.js54 _peek: function() method in FormatterWorker.JavaScriptFormatter
96 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 …]