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

Lines Matching refs:javascript

121             { this.tokenType = "javascript-comment"; return cursor; }
137 { this.tokenType = "javascript-comment"; return cursor; }
251 this.tokenType = "javascript-keyword";
253 this.tokenType = "javascript-ident";
327 { this.tokenType = "javascript-number"; return cursor; }
640 { this.tokenType = "javascript-comment"; return cursor; }
650 { this.tokenType = "javascript-comment"; return cursor; }
653 { this.tokenType = "javascript-comment"; return cursor; }
746 { this.tokenType = "javascript-string"; return cursor; }
763 { this.tokenType = "javascript-string"; return cursor; }
873 { this.tokenType = "javascript-string"; return cursor; }
930 { this.tokenType = "javascript-string"; return cursor; }
943 { this.tokenType = "javascript-string"; return cursor; }
1183 this.tokenType = "javascript-keyword";
1185 this.tokenType = "javascript-ident";
1272 { this.tokenType = "javascript-number"; return cursor; }
1631 { this.tokenType = "javascript-comment"; return cursor; }
1641 { this.tokenType = "javascript-comment"; return cursor; }
1644 { this.tokenType = "javascript-comment"; return cursor; }
1681 { this.tokenType = "javascript-regexp"; return cursor; }
1713 { this.tokenType = "javascript-regexp"; return cursor; }
1904 { this.tokenType = "javascript-string"; return cursor; }
1921 { this.tokenType = "javascript-string"; return cursor; }
2031 { this.tokenType = "javascript-string"; return cursor; }
2094 { this.tokenType = "javascript-regexp"; return cursor; }
2109 { this.tokenType = "javascript-regexp"; return cursor; }
2253 { this.tokenType = "javascript-string"; return cursor; }
2266 { this.tokenType = "javascript-string"; return cursor; }