Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dregexp-match-info.h49 static Handle<RegExpMatchInfo> ReserveCaptures( in NON_EXPORTED_BASE()
/external/v8/src/regexp/
Djsregexp.cc575 Handle<RegExpMatchInfo> result = RegExpMatchInfo::ReserveCaptures( in SetLastMatchInfo()
/external/v8/src/
Dobjects.cc10638 Handle<RegExpMatchInfo> RegExpMatchInfo::ReserveCaptures( in ReserveCaptures() function in v8::internal::RegExpMatchInfo