Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h111 static int IrregexpPrepare(Isolate* isolate, Handle<JSRegExp> regexp,
Djsregexp.cc413 int RegExpImpl::IrregexpPrepare(Isolate* isolate, Handle<JSRegExp> regexp, in IrregexpPrepare() function in v8::internal::RegExpImpl
479 IrregexpPrepare(isolate, regexp, subject); in IrregexpExecRaw()
533 RegExpImpl::IrregexpPrepare(isolate, regexp, subject); in IrregexpExec()
621 RegExpImpl::IrregexpPrepare(isolate_, regexp_, subject_); in GlobalCache()
/external/v8/src/runtime/
Druntime-regexp.cc616 if (RegExpImpl::IrregexpPrepare(isolate, regexp, subject) == -1) { in StringReplaceGlobalRegExpWithString()