Searched refs:kInitialCaptureIndices (Results 1 – 3 of 3) sorted by relevance
66 static const int kInitialCaptureIndices = 2; in NON_EXPORTED_BASE() local
3848 RegExpMatchInfo::kInitialCaptureIndices; in NewRegExpMatchInfo()3853 result->SetNumberOfCaptureRegisters(RegExpMatchInfo::kInitialCaptureIndices); in NewRegExpMatchInfo()
1037 STATIC_ASSERT(RegExpMatchInfo::kInitialCaptureIndices >= kNumRegisters); in TF_BUILTIN()