Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h210 struct CommentStatistic { struct
211 const char* comment;
212 int size;
213 int count;
214 void Clear() { in Clear()
220 static const int kMaxComments = 64;