Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dspaces.h2995 struct CommentStatistic { struct
2996 const char* comment;
2997 int size;
2998 int count;
2999 void Clear() { in Clear()
3005 static const int kMaxComments = 64;