Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js102 result = attemptTokenMatch("whitespace", { noFlushTrivia: true }); property
104 result = attemptTokenMatch("comment", { noFlushTrivia: true }); property
145 function attemptTokenMatch(type, { noFlushTrivia } = {}) { field