Home
last modified time | relevance | path

Searched defs:onComment (Results 1 – 8 of 8) sorted by relevance

/third_party/parse5/packages/parse5-sax-parser/lib/
Dparser-feedback-simulator.ts67 onComment(token: Token.CommentToken): void { method in ParserFeedbackSimulator
/third_party/parse5/packages/parse5/lib/tokenizer/
Dtokenizer-location-info.test.ts39 onComment({ location }: CommentToken): void { method in LocationInfoHandler
Dindex.ts233 onComment(token: CommentToken): void; method
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts29 onComment?: (( property
Dacorn.js400 onComment: null, property
Dacorn.mjs394 onComment: null, property
/third_party/parse5/test/utils/
Dgenerate-tokenization-tests.ts33 onComment(token: Token.CommentToken): void { method in TokenizeHandler
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts891 onComment(token: CommentToken): void { method in Parser