Home | History | Annotate | Download | only in front_end

Lines Matching refs:javascript

81     "NaN": "javascript-nan",
82 "undefined": "javascript-undef",
83 "Infinity": "javascript-inf"
138 { this.tokenType = "javascript-comment"; return cursor; }
154 { this.tokenType = "javascript-comment"; return cursor; }
290 this.tokenType = "javascript-keyword";
292 this.tokenType = "javascript-ident";
366 { this.tokenType = "javascript-number"; return cursor; }
679 { this.tokenType = "javascript-comment"; return cursor; }
689 { this.tokenType = "javascript-comment"; return cursor; }
692 { this.tokenType = "javascript-comment"; return cursor; }
785 { this.tokenType = "javascript-string"; return cursor; }
802 { this.tokenType = "javascript-string"; return cursor; }
912 { this.tokenType = "javascript-string"; return cursor; }
975 { this.tokenType = "javascript-string"; return cursor; }
988 { this.tokenType = "javascript-string"; return cursor; }
1250 this.tokenType = "javascript-keyword";
1252 this.tokenType = "javascript-ident";
1339 { this.tokenType = "javascript-number"; return cursor; }
1698 { this.tokenType = "javascript-comment"; return cursor; }
1708 { this.tokenType = "javascript-comment"; return cursor; }
1711 { this.tokenType = "javascript-comment"; return cursor; }
1748 { this.tokenType = "javascript-regexp"; return cursor; }
1780 { this.tokenType = "javascript-regexp"; return cursor; }
1971 { this.tokenType = "javascript-string"; return cursor; }
1988 { this.tokenType = "javascript-string"; return cursor; }
2098 { this.tokenType = "javascript-string"; return cursor; }
2167 { this.tokenType = "javascript-regexp"; return cursor; }
2182 { this.tokenType = "javascript-regexp"; return cursor; }
2326 { this.tokenType = "javascript-string"; return cursor; }
2339 { this.tokenType = "javascript-string"; return cursor; }