Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h86 static void IrregexpInitialize(Isolate* isolate, Handle<JSRegExp> re,
Djsregexp.cc178 IrregexpInitialize(isolate, re, pattern, flags, parse_result.capture_count); in Compile()
405 void RegExpImpl::IrregexpInitialize(Isolate* isolate, Handle<JSRegExp> re, in IrregexpInitialize() function in v8::internal::RegExpImpl