Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc4477 void PrintBit(const char* name, bool value) { in PrintBit() function in v8::internal::AttributePrinter
4499 printer.PrintBit("NI", info->follows_newline_interest); in PrintAttributes()
4500 printer.PrintBit("WI", info->follows_word_interest); in PrintAttributes()
4501 printer.PrintBit("SI", info->follows_start_interest); in PrintAttributes()