Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Djsregexp.h352 follows_start_interest(false), in NodeInfo()
362 (follows_start_interest == that->follows_start_interest); in Matches()
371 follows_start_interest |= that->follows_start_interest; in AddFromPreceding()
377 follows_start_interest; in HasLookbehind()
385 follows_start_interest |= that->follows_start_interest; in AddFromFollowing()
400 bool follows_start_interest: 1; member
Djsregexp.cc3183 printer.PrintBit("SI", info->follows_start_interest); in PrintAttributes()