Home | History | Annotate | Download | only in front-end

Lines Matching refs:tokenType

120             { this.tokenType = "javascript-comment"; return cursor; }
127 { this.tokenType = null; return cursor; }
136 { this.tokenType = "javascript-comment"; return cursor; }
229 { this.tokenType = null; return cursor; }
235 { this.tokenType = null; return cursor; }
250 this.tokenType = "javascript-keyword";
252 this.tokenType = "javascript-ident";
275 { this.tokenType = null; return cursor; }
306 { this.tokenType = null; return cursor; }
326 { this.tokenType = "javascript-number"; return cursor; }
639 { this.tokenType = "javascript-comment"; return cursor; }
649 { this.tokenType = "javascript-comment"; return cursor; }
652 { this.tokenType = "javascript-comment"; return cursor; }
745 { this.tokenType = "javascript-string"; return cursor; }
762 { this.tokenType = "javascript-string"; return cursor; }
872 { this.tokenType = "javascript-string"; return cursor; }
929 { this.tokenType = "javascript-string"; return cursor; }
937 { this.tokenType = null; return cursor; }
942 { this.tokenType = "javascript-string"; return cursor; }
1161 { this.tokenType = null; return cursor; }
1166 { this.tokenType = null; return cursor; }
1182 this.tokenType = "javascript-keyword";
1184 this.tokenType = "javascript-ident";
1208 { this.tokenType = null; return cursor; }
1271 { this.tokenType = "javascript-number"; return cursor; }
1630 { this.tokenType = "javascript-comment"; return cursor; }
1640 { this.tokenType = "javascript-comment"; return cursor; }
1643 { this.tokenType = "javascript-comment"; return cursor; }
1680 { this.tokenType = "javascript-regexp"; return cursor; }
1712 { this.tokenType = "javascript-regexp"; return cursor; }
1903 { this.tokenType = "javascript-string"; return cursor; }
1920 { this.tokenType = "javascript-string"; return cursor; }
2030 { this.tokenType = "javascript-string"; return cursor; }
2093 { this.tokenType = "javascript-regexp"; return cursor; }
2101 { this.tokenType = null; return cursor; }
2108 { this.tokenType = "javascript-regexp"; return cursor; }
2252 { this.tokenType = "javascript-string"; return cursor; }
2260 { this.tokenType = null; return cursor; }
2265 { this.tokenType = "javascript-string"; return cursor; }