v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::debug::AsyncEventDelegate Class Referenceabstract

#include <debug-interface.h>

Inheritance diagram for v8::debug::AsyncEventDelegate:
Collaboration diagram for v8::debug::AsyncEventDelegate:

Public Member Functions

virtual ~AsyncEventDelegate ()=default
 
virtual void AsyncEventOccurred (debug::DebugAsyncActionType type, int id, bool is_blackboxed)=0
 

Detailed Description

Definition at line 350 of file debug-interface.h.

Constructor & Destructor Documentation

◆ ~AsyncEventDelegate()

virtual v8::debug::AsyncEventDelegate::~AsyncEventDelegate ( )
virtualdefault

Member Function Documentation

◆ AsyncEventOccurred()

virtual void v8::debug::AsyncEventDelegate::AsyncEventOccurred ( debug::DebugAsyncActionType type,
int id,
bool is_blackboxed )
pure virtual

Implemented in v8_inspector::V8Debugger.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: