Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts1220 eofInBody(this, token);
1859 eofInBody(p, token);
2657 function eofInBody<T extends TreeAdapterTypeMap>(p: Parser<T>, token: EOFToken): void { function