Searched refs:KeywordTokenType (Results 1 – 1 of 1) sorted by relevance
240 var KeywordTokenType = function (_TokenType) { class241 inherits(KeywordTokenType, _TokenType);243 function KeywordTokenType(name) { class in KeywordTokenType245 classCallCheck(this, KeywordTokenType);252 return KeywordTokenType;329 "break": new KeywordTokenType("break"),330 "case": new KeywordTokenType("case", { beforeExpr: beforeExpr }),331 "catch": new KeywordTokenType("catch"),332 "continue": new KeywordTokenType("continue"),333 "debugger": new KeywordTokenType("debugger"),[all …]