Searched defs:CaptureState (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/objects/ | ||
| D | string.h | 338 enum CaptureState { UNMATCHED, MATCHED }; enum |
| D | string.cc | 1377 using CaptureState = String::Match::CaptureState; in GetSubstitution() typedef |