Home
last modified time | relevance | path

Searched refs:kInitialCaptureIndices (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dregexp-match-info.h66 static const int kInitialCaptureIndices = 2; in NON_EXPORTED_BASE() local
/external/v8/src/heap/
Dfactory.cc3848 RegExpMatchInfo::kInitialCaptureIndices; in NewRegExpMatchInfo()
3853 result->SetNumberOfCaptureRegisters(RegExpMatchInfo::kInitialCaptureIndices); in NewRegExpMatchInfo()
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1037 STATIC_ASSERT(RegExpMatchInfo::kInitialCaptureIndices >= kNumRegisters); in TF_BUILTIN()