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

#include <remote-object-id.h>

Inheritance diagram for v8_inspector::RemoteObjectIdBase:
Collaboration diagram for v8_inspector::RemoteObjectIdBase:

Public Member Functions

uint64_t isolateId () const
 
int contextId () const
 

Protected Member Functions

 RemoteObjectIdBase ()
 
 ~RemoteObjectIdBase ()=default
 
bool parseId (const String16 &)
 

Protected Attributes

uint64_t m_isolateId
 
int m_injectedScriptId
 
int m_id
 

Detailed Description

Definition at line 16 of file remote-object-id.h.

Constructor & Destructor Documentation

◆ RemoteObjectIdBase()

v8_inspector::RemoteObjectIdBase::RemoteObjectIdBase ( )
protected

Definition at line 23 of file remote-object-id.cc.

◆ ~RemoteObjectIdBase()

v8_inspector::RemoteObjectIdBase::~RemoteObjectIdBase ( )
protecteddefault

Member Function Documentation

◆ contextId()

int v8_inspector::RemoteObjectIdBase::contextId ( ) const
inline

Definition at line 19 of file remote-object-id.h.

Here is the caller graph for this function:

◆ isolateId()

uint64_t v8_inspector::RemoteObjectIdBase::isolateId ( ) const
inline

Definition at line 18 of file remote-object-id.h.

Here is the caller graph for this function:

◆ parseId()

bool v8_inspector::RemoteObjectIdBase::parseId ( const String16 & objectId)
protected

Definition at line 26 of file remote-object-id.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_id

int v8_inspector::RemoteObjectIdBase::m_id
protected

Definition at line 29 of file remote-object-id.h.

◆ m_injectedScriptId

int v8_inspector::RemoteObjectIdBase::m_injectedScriptId
protected

Definition at line 28 of file remote-object-id.h.

◆ m_isolateId

uint64_t v8_inspector::RemoteObjectIdBase::m_isolateId
protected

Definition at line 27 of file remote-object-id.h.


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