Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h197 bool contains_anchor() { return contains_anchor_; } in contains_anchor() function
Dregexp-parser.cc1507 result->contains_anchor = parser.contains_anchor(); in ParseRegExp()
Djsregexp.h1478 contains_anchor(false), in RegExpCompileData()
1483 bool contains_anchor; member
Djsregexp.cc6654 &compiler, captured_body, data->contains_anchor); in Compile()
6656 if (data->contains_anchor) { in Compile()