Home | History | Annotate | Download | only in src

Lines Matching full:event_details

5541 static void EventCallbackWrapper(const v8::Debug::EventDetails& event_details) {
5544 isolate->debug_event_callback()(event_details.GetEvent(),
5545 event_details.GetExecutionState(),
5546 event_details.GetEventData(),
5547 event_details.GetCallbackData());