Home
last modified time | relevance | path

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

/third_party/node/deps/cjs-module-lexer/
Dlexer.js159 …if (keywordStart(pos) && source.startsWith('lass', pos + 1) && isBrOrWs(source.charCodeAt(pos + 5)…
1205 else if (!isBrOrWs(ch)) {
1298 function isBrOrWs (c) { function