Searched refs:SetLastMatchInfo (Results 1 – 3 of 3) sorted by relevance
122 static Handle<JSArray> SetLastMatchInfo(Handle<JSArray> last_match_info,
3904 RegExpImpl::SetLastMatchInfo(last_match_info, subject, 0, match_indices); in StringReplaceGlobalAtomRegExpWithString()3995 RegExpImpl::SetLastMatchInfo(last_match_info, in StringReplaceGlobalRegExpWithString()4070 RegExpImpl::SetLastMatchInfo(last_match_info, in StringReplaceGlobalRegExpWithEmptyString()4490 RegExpImpl::SetLastMatchInfo(regexp_info, in RUNTIME_FUNCTION()4548 RegExpImpl::SetLastMatchInfo( in SearchRegExpMultiple()4640 RegExpImpl::SetLastMatchInfo( in SearchRegExpMultiple()
650 return SetLastMatchInfo( in IrregexpExec()662 Handle<JSArray> RegExpImpl::SetLastMatchInfo(Handle<JSArray> last_match_info, in SetLastMatchInfo() function in v8::internal::RegExpImpl