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

/external/v8/src/
H A Dobjects.cc10573 const char* last_comment = NULL; local
10579 last_comment = reinterpret_cast<const char*>(info->data());
10580 } else if (last_comment != NULL) {
10588 PrintF(out, " %s\n", last_comment);

Completed in 145 milliseconds