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

/external/v8/src/regexp/
H A Djsregexp.cc4555 void PrintBit(const char* name, bool value) { function in class:v8::internal::AttributePrinter
4577 printer.PrintBit("NI", info->follows_newline_interest);
4578 printer.PrintBit("WI", info->follows_word_interest);
4579 printer.PrintBit("SI", info->follows_start_interest);

Completed in 70 milliseconds