Home
last modified time | relevance | path

Searched defs:ListPrintAdaptor (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dutils.h132 struct ListPrintAdaptor { struct
137 friend std::ostream& operator<<(std::ostream& os, const ListPrintAdaptor& l) { argument
155 return ListPrintAdaptor<T, decltype(id)>{list, separator, id}; argument