Home
last modified time | relevance | path

Searched defs:RegExpCaptureIndexLess (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp.cc487 struct RegExpCaptureIndexLess { struct
488 bool operator()(const RegExpCapture* lhs, const RegExpCapture* rhs) const { in operator ()()