Home
last modified time | relevance | path

Searched refs:SetLastMatchInfo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc596 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/
Djsregexp.h134 static Handle<RegExpMatchInfo> SetLastMatchInfo(
Djsregexp.cc555 return SetLastMatchInfo(isolate, last_match_info, subject, capture_count, in IrregexpExec()
566 Handle<RegExpMatchInfo> RegExpImpl::SetLastMatchInfo( in SetLastMatchInfo() function in v8::internal::RegExpImpl