Home
last modified time | relevance | path

Searched refs:kFirstCaptureIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dregexp-match-info.h63 static const int kFirstCaptureIndex = 3; variable
64 static const int kLastMatchOverhead = kFirstCaptureIndex;
Dregexp-match-info-inl.h54 Object obj = get(kFirstCaptureIndex + i); in Capture()
60 set(kFirstCaptureIndex + i, Smi::FromInt(value)); in SetCapture()
Dregexp-match-info.tq24 constexpr int31 generates 'RegExpMatchInfo::kFirstCaptureIndex';
Dobjects.cc4396 const int required_length = kFirstCaptureIndex + capture_register_count; in ReserveCaptures()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp-gen.cc231 match_info, RegExpMatchInfo::kFirstCaptureIndex)); in ConstructNewResultFromMatchInfo()
233 match_info, RegExpMatchInfo::kFirstCaptureIndex + 1)); in ConstructNewResultFromMatchInfo()
257 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), num_indices); in ConstructNewResultFromMatchInfo()
260 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex + 2)); in ConstructNewResultFromMatchInfo()
700 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), PACKED_ELEMENTS, in RegExpExecInternal()
990 match_info, RegExpMatchInfo::kFirstCaptureIndex, match_from); in TF_BUILTIN()
992 match_info, RegExpMatchInfo::kFirstCaptureIndex + 1, match_to); in TF_BUILTIN()
1624 match_indices, RegExpMatchInfo::kFirstCaptureIndex)); in RegExpPrototypeSplitBody()
1626 match_indices, RegExpMatchInfo::kFirstCaptureIndex + 1)); in RegExpPrototypeSplitBody()
1673 RegExpMatchInfo::kFirstCaptureIndex * kTaggedSize); in RegExpPrototypeSplitBody()
[all …]
/third_party/node/deps/v8/src/heap/
Dfactory.cc3639 static const int kInitialSize = RegExpMatchInfo::kFirstCaptureIndex + in NewRegExpMatchInfo()