|
V8 Project
|
#include <messages.h>
Collaboration diagram for v8::internal::MessageLocation:Public Member Functions | |
| MessageLocation (Handle< Script > script, int start_pos, int end_pos) | |
| MessageLocation () | |
| Handle< Script > | script () const |
| int | start_pos () const |
| int | end_pos () const |
Private Attributes | |
| Handle< Script > | script_ |
| int | start_pos_ |
| int | end_pos_ |
Definition at line 44 of file messages.h.
|
inline |
Definition at line 46 of file messages.h.
|
inline |
Definition at line 52 of file messages.h.
|
inline |
Definition at line 56 of file messages.h.
References end_pos_.
Referenced by v8::internal::Isolate::DoThrow(), v8::internal::LiveEdit::GatherCompileInfo(), and v8::internal::MessageHandler::MakeMessageObject().
Here is the caller graph for this function:Definition at line 54 of file messages.h.
References script_.
Referenced by v8::internal::MessageHandler::DefaultMessageReport(), v8::internal::Isolate::DoThrow(), v8::internal::LiveEdit::GatherCompileInfo(), and v8::internal::MessageHandler::MakeMessageObject().
Here is the caller graph for this function:
|
inline |
Definition at line 55 of file messages.h.
References start_pos_.
Referenced by v8::internal::MessageHandler::DefaultMessageReport(), v8::internal::Isolate::DoThrow(), v8::internal::LiveEdit::GatherCompileInfo(), and v8::internal::MessageHandler::MakeMessageObject().
Here is the caller graph for this function:
|
private |
Definition at line 61 of file messages.h.
Referenced by end_pos().
Definition at line 59 of file messages.h.
Referenced by script().
|
private |
Definition at line 60 of file messages.h.
Referenced by start_pos().