Searched defs:SimpleListPrinter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs.cc482 class SimpleListPrinter { class in namespace:v8::internal
484 explicit SimpleListPrinter(OStream& os) : os_(os), first_(true) {} function in class:v8::internal::SimpleListPrinter
503 SimpleListPrinter p(os);
853 SimpleListPrinter p(os);

Completed in 73 milliseconds