Searched refs:AtomCompile (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 90 static void AtomCompile(Isolate* isolate, Handle<JSRegExp> re,
|
D | jsregexp.cc | 162 AtomCompile(isolate, re, pattern, flags, pattern); in Compile() 173 AtomCompile(isolate, re, pattern, flags, atom_string); in Compile() 206 void RegExpImpl::AtomCompile(Isolate* isolate, Handle<JSRegExp> re, in AtomCompile() function in v8::internal::RegExpImpl
|