v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RemoteDebugger Class Reference

#include <d8-debug.h>

Public Member Functions

 RemoteDebugger (int port)
 
void Run ()
 
void MessageReceived (i::SmartArrayPointer< char > message)
 
void KeyboardCommand (i::SmartArrayPointer< char > command)
 
void ConnectionClosed ()
 

Friends

class ReceiverThread
 

Detailed Description

Definition at line 54 of file d8-debug.h.

Constructor & Destructor Documentation

RemoteDebugger ( int  port)
inlineexplicit

Definition at line 56 of file d8-debug.h.

Member Function Documentation

void ConnectionClosed ( )
void KeyboardCommand ( i::SmartArrayPointer< char >  command)
void MessageReceived ( i::SmartArrayPointer< char >  message)
void Run ( )

Friends And Related Function Documentation

friend class ReceiverThread
friend

Definition at line 93 of file d8-debug.h.


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