Home
last modified time | relevance | path

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

/third_party/node/lib/
Dtls.js195 const isBad = (s) => RegExpPrototypeExec(/[^\u0021-\u007F]/u, s) !== null; function
196 if (ArrayPrototypeSome(patternParts, isBad))