Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc842 class MatchInfoBackedMatch : public String::Match { class
844 MatchInfoBackedMatch(Isolate* isolate, Handle<String> subject, in MatchInfoBackedMatch() function in v8::internal::__anon908048870311::MatchInfoBackedMatch
876 virtual ~MatchInfoBackedMatch() {} in ~MatchInfoBackedMatch()
1218 MatchInfoBackedMatch m(isolate, string, match_indices); in RegExpReplace()