Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h55 num_matches_ = RegExpImpl::IrregexpExecRaw( in FetchNext()
Djsregexp.h120 static int IrregexpExecRaw(Isolate* isolate, Handle<JSRegExp> regexp,
Djsregexp.cc435 int RegExpImpl::IrregexpExecRaw(Isolate* isolate, Handle<JSRegExp> regexp, in IrregexpExecRaw() function in v8::internal::RegExpImpl
550 RegExpImpl::IrregexpExecRaw(isolate, regexp, subject, previous_index, in IrregexpExec()