Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h39 follows_word_interest(false), in NodeInfo()
50 (follows_word_interest == that->follows_word_interest) && in Matches()
59 follows_word_interest |= that->follows_word_interest; in AddFromPreceding()
65 return follows_word_interest || follows_newline_interest || in HasLookbehind()
72 follows_word_interest |= that->follows_word_interest; in AddFromFollowing()
87 bool follows_word_interest : 1; member
H A Dregexp-dotprinter.cc94 printer.PrintBit("WI", info->follows_word_interest); in PrintAttributes()

Completed in 3 milliseconds