Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dper_thread.js251 const replaceUnderscoresRegex = /_/g; constant
340 key = StringPrototypeReplace(key, replaceUnderscoresRegex, '-');