Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-repl-pretty-stack.js8 const stackRegExp = /(at .*REPL\d+:)[0-9]+:[0-9]+/g; constant
30 accum.replace(stackRegExp, '$1*:*'),
31 expected.replace(stackRegExp, '$1*:*')
Dtest-repl-pretty-custom-stack.js8 const stackRegExp = /(REPL\d+):[0-9]+:[0-9]+/g; constant
28 accum.replace(stackRegExp, '$1:*:*'),
29 expected.replace(stackRegExp, '$1:*:*')