![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <remote-object-id.h>
Public Member Functions | |
~RemoteCallFrameId ()=default | |
int | frameOrdinal () const |
![]() | |
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 | |
![]() | |
RemoteObjectIdBase () | |
~RemoteObjectIdBase ()=default | |
bool | parseId (const String16 &) |
![]() | |
uint64_t | m_isolateId |
int | m_injectedScriptId |
int | m_id |
Definition at line 41 of file remote-object-id.h.
|
default |
|
inline |
|
static |
|
static |
Definition at line 72 of file remote-object-id.cc.