Searched refs:AddSubjectSlice (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder-inl.h | 69 static inline void AddSubjectSlice(FixedArrayBuilder* builder, int from, in AddSubjectSlice() function in v8::internal::ReplacementStringBuilder 86 void AddSubjectSlice(int from, int to) { in AddSubjectSlice() function in v8::internal::ReplacementStringBuilder 88 AddSubjectSlice(&array_builder_, from, to); in AddSubjectSlice()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-strings.cc | 451 builder.AddSubjectSlice(slice_start, slice_end); in RUNTIME_FUNCTION() 458 builder.AddSubjectSlice(prev_index + 1, string_length); in RUNTIME_FUNCTION()
|
H A D | runtime-regexp.cc | 384 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply() 389 builder->AddSubjectSlice(match_to, subject_length); in Apply() 398 builder->AddSubjectSlice(from, to); in Apply() 676 builder.AddSubjectSlice(prev, start); in StringReplaceGlobalRegExpWithString() 692 builder.AddSubjectSlice(prev, subject_length); in StringReplaceGlobalRegExpWithString() 1244 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple() 1314 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()
|
Completed in 5 milliseconds