Home
last modified time | relevance | path

Searched refs:atom_pattern (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-regexp-inl.h54 String JSRegExp::atom_pattern() const { in atom_pattern() function in v8::internal::JSRegExp
H A Djs-regexp.h68 inline String atom_pattern() const;
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc251 base::Vector<const base::uc16> atom_pattern = atom->data(); in Compile() local
255 isolate->factory()->NewStringFromTwoByte(atom_pattern), Object); in Compile()
363 String needle = regexp->atom_pattern(); in AtomExecRaw()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc554 String pattern = pattern_regexp->atom_pattern(); in StringReplaceGlobalAtomRegExpWithString()

Completed in 6 milliseconds