Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js102 result = attemptTokenMatch("whitespace", { noFlushTrivia: true });
104 result = attemptTokenMatch("comment", { noFlushTrivia: true });
110 result = attemptTokenMatch("float");
112 result = attemptTokenMatch("integer");
115 result = attemptTokenMatch("identifier");
121 result = attemptTokenMatch("string");
136 result = attemptTokenMatch("other");
145 function attemptTokenMatch(type, { noFlushTrivia } = {}) { function