Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h812 void SetRegExpAtomData(Handle<JSRegExp> regexp, Handle<String> source,
Dfactory.cc3573 void Factory::SetRegExpAtomData(Handle<JSRegExp> regexp, Handle<String> source, in SetRegExpAtomData() function in v8::internal::Factory
/third_party/node/deps/v8/src/regexp/
Dregexp.cc335 isolate->factory()->SetRegExpAtomData( in AtomCompile()