Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dper_thread.js252 const leadingDashesRegex = /^--?/; constant
300 (flag) => StringPrototypeReplace(flag, leadingDashesRegex, '');
341 if (RegExpPrototypeTest(leadingDashesRegex, key)) {