Searched refs:SetLastMatchInfo (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 596 RegExpImpl::SetLastMatchInfo(isolate, last_match_info, subject, 0, in StringReplaceGlobalAtomRegExpWithString() 688 RegExpImpl::SetLastMatchInfo(isolate, last_match_info, subject, capture_count, in StringReplaceGlobalRegExpWithString() 756 RegExpImpl::SetLastMatchInfo(isolate, last_match_info, subject, capture_count, in StringReplaceGlobalRegExpWithEmptyString() 1156 RegExpImpl::SetLastMatchInfo(isolate, last_match_array, subject, in SearchRegExpMultiple() 1264 RegExpImpl::SetLastMatchInfo(isolate, last_match_array, subject, in SearchRegExpMultiple()
|
/external/v8/src/regexp/ |
D | jsregexp.h | 134 static Handle<RegExpMatchInfo> SetLastMatchInfo(
|
D | jsregexp.cc | 555 return SetLastMatchInfo(isolate, last_match_info, subject, capture_count, in IrregexpExec() 566 Handle<RegExpMatchInfo> RegExpImpl::SetLastMatchInfo( in SetLastMatchInfo() function in v8::internal::RegExpImpl
|