Home
last modified time | relevance | path

Searched refs:contains_anchor (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.h207 bool contains_anchor() { return contains_anchor_; } in contains_anchor() function
Djsregexp.h1500 contains_anchor(false), in RegExpCompileData()
1505 bool contains_anchor; member
Dregexp-parser.cc1700 result->contains_anchor = parser.contains_anchor(); in ParseRegExp()
Djsregexp.cc6673 captured_body, data->contains_anchor); in Compile()
6675 if (data->contains_anchor) { in Compile()