Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.h338 enum CaptureState { UNMATCHED, MATCHED }; enum
Dstring.cc1377 using CaptureState = String::Match::CaptureState; in GetSubstitution() typedef