Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h41 follows_start_interest(false), in NodeInfo()
52 (follows_start_interest == that->follows_start_interest); in Matches()
61 follows_start_interest |= that->follows_start_interest; in AddFromPreceding()
66 follows_start_interest; in HasLookbehind()
74 follows_start_interest |= that->follows_start_interest; in AddFromFollowing()
89 bool follows_start_interest : 1; member
H A Dregexp-dotprinter.cc95 printer.PrintBit("SI", info->follows_start_interest); in PrintAttributes()

Completed in 3 milliseconds