Home
last modified time | relevance | path

Searched defs:CommentToken (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource10.js902 var CommentToken = /** @class */ (function (_super) { class
904 function CommentToken(tokenID, value, isBlock, startPos, line, endsLine) { class in anonymousFunctionab7358fb0600.CommentToken
913 CommentToken.prototype.getText = function () { class
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts92 export interface CommentToken extends TokenBase { interface
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts420 export class CommentToken extends Token { class
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts18 type CommentToken, alias
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts24 type CommentToken, alias