Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h181 bool contains_anchor() { return contains_anchor_; } in contains_anchor() function
Dregexp-parser.cc1007 result->contains_anchor = parser.contains_anchor(); in ParseRegExp()
Djsregexp.h1482 contains_anchor(false), in RegExpCompileData()
1487 bool contains_anchor; member
Djsregexp.cc6298 &compiler, captured_body, data->contains_anchor); in Compile()
6300 if (data->contains_anchor) { in Compile()