#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 Isolate * | GetIsolate () const =0 |
virtual | ~EventDetails () |
An event details object passed to the debug event listener.
|
inlinevirtual |
Client data passed with the corresponding callback when it was registered.
|
pure virtual |
This is now a dummy that returns nullptr.
|
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.
|
pure virtual |