Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h348 follows_start_interest(false), in NodeInfo()
359 (follows_start_interest == that->follows_start_interest); in Matches()
368 follows_start_interest |= that->follows_start_interest; in AddFromPreceding()
374 follows_start_interest; in HasLookbehind()
382 follows_start_interest |= that->follows_start_interest; in AddFromFollowing()
397 bool follows_start_interest: 1; member
Djsregexp.cc4501 printer.PrintBit("SI", info->follows_start_interest); in PrintAttributes()