Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h193 static inline bool EnsureCompiledIrregexp(Isolate* isolate,
Djsregexp.cc299 bool RegExpImpl::EnsureCompiledIrregexp(Isolate* isolate, Handle<JSRegExp> re, in EnsureCompiledIrregexp() function in v8::internal::RegExpImpl
419 if (!EnsureCompiledIrregexp(isolate, regexp, subject, is_one_byte)) return -1; in IrregexpPrepare()
449 EnsureCompiledIrregexp(isolate, regexp, subject, is_one_byte); in IrregexpExecRaw()