Lines Matching full:loc
41 void MessageHandler::DefaultMessageReport(const MessageLocation* loc,
44 if (loc == NULL) {
48 Handle<Object> data(loc->script()->name());
53 loc->start_pos(), *str);
60 MessageLocation* loc,
76 if (loc) {
77 start = loc->start_pos();
78 end = loc->end_pos();
79 script_handle = GetScriptWrapper(loc->script());
104 MessageLocation* loc,
118 DefaultMessageReport(loc, message);