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

#include <interface-types.h>

Collaboration diagram for v8::debug::ConsoleContext:

Public Member Functions

 ConsoleContext (int id, v8::Local< v8::String > name)
 
 ConsoleContext ()
 
int id () const
 
v8::Local< v8::Stringname () const
 

Private Attributes

int id_
 
v8::Local< v8::Stringname_
 

Detailed Description

Definition at line 121 of file interface-types.h.

Constructor & Destructor Documentation

◆ ConsoleContext() [1/2]

v8::debug::ConsoleContext::ConsoleContext ( int id,
v8::Local< v8::String > name )
inline

Definition at line 123 of file interface-types.h.

◆ ConsoleContext() [2/2]

v8::debug::ConsoleContext::ConsoleContext ( )
inline

Definition at line 124 of file interface-types.h.

Member Function Documentation

◆ id()

int v8::debug::ConsoleContext::id ( ) const
inline

Definition at line 126 of file interface-types.h.

Here is the caller graph for this function:

◆ name()

v8::Local< v8::String > v8::debug::ConsoleContext::name ( ) const
inline

Definition at line 127 of file interface-types.h.

Member Data Documentation

◆ id_

int v8::debug::ConsoleContext::id_
private

Definition at line 130 of file interface-types.h.

◆ name_

v8::Local<v8::String> v8::debug::ConsoleContext::name_
private

Definition at line 131 of file interface-types.h.


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