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

#include <remote-object-id.h>

Inheritance diagram for v8_inspector::RemoteCallFrameId:
Collaboration diagram for v8_inspector::RemoteCallFrameId:

Public Member Functions

 ~RemoteCallFrameId ()=default
 
int frameOrdinal () const
 
- Public Member Functions inherited from v8_inspector::RemoteObjectIdBase
uint64_t isolateId () const
 
int contextId () const
 

Static Public Member Functions

static Response parse (const String16 &, std::unique_ptr< RemoteCallFrameId > *)
 
static String16 serialize (uint64_t isolateId, int injectedScriptId, int frameOrdinal)
 

Additional Inherited Members

- Protected Member Functions inherited from v8_inspector::RemoteObjectIdBase
 RemoteObjectIdBase ()
 
 ~RemoteObjectIdBase ()=default
 
bool parseId (const String16 &)
 
- Protected Attributes inherited from v8_inspector::RemoteObjectIdBase
uint64_t m_isolateId
 
int m_injectedScriptId
 
int m_id
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~RemoteCallFrameId()

v8_inspector::RemoteCallFrameId::~RemoteCallFrameId ( )
default

Member Function Documentation

◆ frameOrdinal()

int v8_inspector::RemoteCallFrameId::frameOrdinal ( ) const
inline

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

Here is the caller graph for this function:

◆ parse()

Response v8_inspector::RemoteCallFrameId::parse ( const String16 & objectId,
std::unique_ptr< RemoteCallFrameId > * result )
static

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

Here is the caller graph for this function:

◆ serialize()

String16 v8_inspector::RemoteCallFrameId::serialize ( uint64_t isolateId,
int injectedScriptId,
int frameOrdinal )
static

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

Here is the call graph for this function:
Here is the caller graph for this function:

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