Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Derrors.js61 const classRegExp = /^([A-Z][a-z0-9]*)+$/; constant
1038 } else if (RegExpPrototypeTest(classRegExp, value)) {
/third_party/node/lib/internal/util/
Dinspect.js171 const classRegExp = /^(\s+[^(]*?)\s*{/; constant
1116 classRegExp.test(slice.replace(stripCommentsRegExp)))) {