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

/external/v8/src/
H A Dd8-debug.cc180 static const int kPortStrSize = 6; local
181 char port_str[kPortStrSize];
182 i::OS::SNPrintF(i::Vector<char>(port_str, kPortStrSize), "%d", port_);

Completed in 54 milliseconds