v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#include <v8-debug.h>
Public Member Functions | |
virtual DebugEvent | GetEvent () const =0 |
virtual Local< Object > | GetExecutionState () const =0 |
virtual Local< Object > | GetEventData () const =0 |
virtual Local< Context > | GetEventContext () const =0 |
virtual Local< Value > | GetCallbackData () const =0 |
virtual ClientData * | GetClientData () const =0 |
virtual | ~EventDetails () |
An event details object passed to the debug event listener.
Definition at line 96 of file v8-debug.h.
|
inlinevirtual |
Definition at line 130 of file v8-debug.h.
Client data passed with the corresponding callback when it was registered.
|
pure virtual |
Client data passed to DebugBreakForCommand function. The debugger takes ownership of the data and will delete it even if there is no message handler.
|
pure virtual |
Event type.
Get the context active when the debug event happened. Note this is not the current active context as the JavaScript part of the debugger is running in its own context which is entered at this point.
Access to execution state and event data of the debug event. Don't store these cross callbacks as their content becomes invalid.