Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dinspect.js168 const coreModuleRegExp = /^ at (?:[^/\\(]+ \(|)((?<![/\\]).+)\.js:\d+:\d+\)?$/; constant
1203 const core = line.match(coreModuleRegExp);