Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js240 var KeywordTokenType = function (_TokenType) { class
241 inherits(KeywordTokenType, _TokenType);
243 function KeywordTokenType(name) { class in KeywordTokenType
245 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 …]