Lines Matching refs:NewSubString
364 isolate->factory()->NewSubString(replacement, from, to)); in Compile()
1006 return isolate_->factory()->NewSubString(subject_, 0, match_start); in GetPrefix()
1011 return isolate_->factory()->NewSubString(subject_, match_end, in GetSuffix()
1086 return isolate_->factory()->NewSubString(subject_, 0, match_position_); in GetPrefix()
1091 return isolate_->factory()->NewSubString(subject_, match_end_position, in GetSuffix()
1257 isolate->factory()->NewSubString(subject, match_start, match_end); in SearchRegExpMultiple()
1282 isolate->factory()->NewSubString(subject, start, end); in SearchRegExpMultiple()
1403 builder.AppendString(factory->NewSubString(string, 0, start_index)); in RegExpReplace()
1415 factory->NewSubString(string, end_index, string->length())); in RegExpReplace()
1546 builder.AppendString(factory->NewSubString(subject, 0, index)); in RUNTIME_FUNCTION()
1608 factory->NewSubString(subject, end_of_match, subject->length())); in RUNTIME_FUNCTION()
1752 factory->NewSubString(string, prev_string_index, string_index); in RUNTIME_FUNCTION()
1786 factory->NewSubString(string, prev_string_index, length); in RUNTIME_FUNCTION()
1979 factory->NewSubString(string, next_source_position, position)); in RUNTIME_FUNCTION()
1988 factory->NewSubString(string, next_source_position, length)); in RUNTIME_FUNCTION()