Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h33 inline bool IsSticky(JSRegExp::Flags flags) { in IsSticky() function
Djsregexp.cc159 if (parse_result.simple && !IgnoreCase(flags) && !IsSticky(flags) && in Compile()
164 } else if (parse_result.tree->IsAtom() && !IsSticky(flags) && in Compile()
6637 bool is_sticky = IsSticky(flags); in Compile()