Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc6620 bool is_sticky = flags & JSRegExp::kSticky; in Compile() local
6649 if (!is_start_anchored && !is_sticky) { in Compile()
6675 } else if (compiler.unicode() && (is_global || is_sticky)) { in Compile()
6738 if (is_end_anchored && !is_start_anchored && !is_sticky && in Compile()