|
V8 Project
|
#include <debug.h>
Collaboration diagram for v8::internal::DebugInfoListNode:Public Member Functions | |
| DebugInfoListNode (DebugInfo *debug_info) | |
| virtual | ~DebugInfoListNode () |
| DebugInfoListNode * | next () |
| void | set_next (DebugInfoListNode *next) |
| Handle< DebugInfo > | debug_info () |
Private Attributes | |
| Handle< DebugInfo > | debug_info_ |
| DebugInfoListNode * | next_ |
|
explicit |
Definition at line 713 of file debug.cc.
References v8::internal::Handle< T >::cast(), v8::internal::GlobalHandles::Create(), debug_info(), debug_info_, v8::internal::Debug::HandleWeakDebugInfo(), and v8::internal::GlobalHandles::MakeWeak().
Here is the call graph for this function:
|
virtual |
Definition at line 723 of file debug.cc.
References debug_info_, and v8::internal::GlobalHandles::Destroy().
Here is the call graph for this function:Definition at line 188 of file debug.h.
References debug_info_.
Referenced by v8::internal::Debug::ClearAllBreakPoints(), v8::internal::Debug::ClearBreakPoint(), v8::internal::Debug::ClearOneShot(), DebugInfoListNode(), v8::internal::Debug::HandleWeakDebugInfo(), and v8::internal::Debug::RemoveDebugInfo().
Here is the caller graph for this function:
|
inline |
Definition at line 186 of file debug.h.
References next_.
Referenced by v8::internal::Debug::ClearAllBreakPoints(), v8::internal::Debug::ClearBreakPoint(), v8::internal::Debug::ClearOneShot(), v8::internal::Debug::RemoveDebugInfo(), and set_next().
Here is the caller graph for this function:
|
inline |
Definition at line 187 of file debug.h.
Referenced by v8::internal::Debug::EnsureDebugInfo(), and v8::internal::Debug::RemoveDebugInfo().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 192 of file debug.h.
Referenced by debug_info(), DebugInfoListNode(), and ~DebugInfoListNode().
|
private |
Definition at line 195 of file debug.h.
Referenced by next(), and set_next().