Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h346 follows_word_interest(false), in NodeInfo()
357 (follows_word_interest == that->follows_word_interest) && in Matches()
366 follows_word_interest |= that->follows_word_interest; in AddFromPreceding()
372 return follows_word_interest || in HasLookbehind()
380 follows_word_interest |= that->follows_word_interest; in AddFromFollowing()
395 bool follows_word_interest: 1; member
Djsregexp.cc4500 printer.PrintBit("WI", info->follows_word_interest); in PrintAttributes()