Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc6637 bool is_sticky = IsSticky(flags); in Compile() local
6666 if (!is_start_anchored && !is_sticky) { in Compile()
6695 } else if (is_unicode && (is_global || is_sticky)) { in Compile()
6755 if (is_end_anchored && !is_start_anchored && !is_sticky && in Compile()