Home
last modified time | relevance | path

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

/third_party/node/benchmark/assert/
Dthrows.js14 const regExp = /foobar/;
35 throws(throwError, regExp, message);
/third_party/node/test/parallel/
Dtest-process-env-allowed-flags-are-documented.js14 const regExp = new RegExp(`${startMarker}\r?\n([^]*)\r?\n${endMarker}`); constant
15 const match = text.match(regExp);
/third_party/typescript/src/harness/
Dutil.ts12 const regExp = new RegExp(`^(?:${messageParts.map(ts.regExpEscape).join("(.*?)")})$`); constant
14 …return (text: string, ...args: Args<R>) => text.replace(regExp, (_, ...fixedArgs) => ts.formatStri…
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/minimatch/
Dminimatch.js648 var regExp = new RegExp('^' + re + '$', flags)
657 regExp._glob = pattern
658 regExp._src = re
660 return regExp
/third_party/node/deps/npm/node_modules/rimraf/node_modules/minimatch/
Dminimatch.js648 var regExp = new RegExp('^' + re + '$', flags)
657 regExp._glob = pattern
658 regExp._src = re
660 return regExp
/third_party/typescript/src/services/
Dservices.ts2470 const regExp = getTodoCommentsRegExp(); constant
2473 while (matchArray = regExp.exec(fileContents)) {
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs702 function matchesRegExp(regExp) {
705 if (!regExp.test(value))
706 …return pushError(state, `Expected to match the pattern ${regExp.toString()} (got ${getPrintable(va…