Home | History | Annotate | Download | only in src

Lines Matching refs:PrintCurrentStackTrace

2317 void Message::PrintCurrentStackTrace(Isolate* isolate, FILE* out) {
2320 i_isolate->PrintCurrentStackTrace(out);
2324 void Message::PrintCurrentStackTrace(FILE* out) {
2325 PrintCurrentStackTrace(Isolate::GetCurrent(), out);