V8 Project
v8::Debug::ClientData Class Reference

A client object passed to the v8 debugger whose ownership will be taken by it. More...

#include <v8-debug.h>

+ Collaboration diagram for v8::Debug::ClientData:

Public Member Functions

virtual ~ClientData ()
 

Detailed Description

A client object passed to the v8 debugger whose ownership will be taken by it.

v8 is always responsible for deleting the object.

Definition at line 35 of file v8-debug.h.

Constructor & Destructor Documentation

◆ ~ClientData()

virtual v8::Debug::ClientData::~ClientData ( )
inlinevirtual

Definition at line 37 of file v8-debug.h.

37 {}

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