Home | History | Annotate | Download | only in src

Lines Matching defs:MessageLocation

38 // Forward declaration of MessageLocation.
41 class MessageLocation;
49 const v8::internal::MessageLocation* loc) :
53 const v8::internal::MessageLocation* loc() const { return loc_; }
57 const v8::internal::MessageLocation* loc_;
67 class MessageLocation {
69 MessageLocation(Handle<Script> script,
75 MessageLocation() : start_pos_(-1), end_pos_(-1) { }
95 MessageLocation* loc,
102 MessageLocation* loc,
105 static void DefaultMessageReport(const MessageLocation* loc,