![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-inspector.h>
Public Types | |
enum | NotNullTagEnum { NotNullLiteral } |
Public Member Functions | |
V8ContextInfo (v8::Local< v8::Context > context, int contextGroupId, StringView humanReadableName) | |
void * | operator new (size_t)=delete |
void * | operator new (size_t, NotNullTagEnum, void *)=delete |
void * | operator new (size_t, void *)=delete |
V8ContextInfo (const V8ContextInfo &)=delete | |
V8ContextInfo & | operator= (const V8ContextInfo &)=delete |
Static Public Member Functions | |
static int | executionContextId (v8::Local< v8::Context > context) |
Public Attributes | |
v8::Local< v8::Context > | context |
int | contextGroupId |
StringView | humanReadableName |
StringView | origin |
StringView | auxData |
bool | hasMemoryOnConsole |
Definition at line 85 of file v8-inspector.h.
Enumerator | |
---|---|
NotNullLiteral |
Definition at line 105 of file v8-inspector.h.
|
inline |
Definition at line 87 of file v8-inspector.h.
|
delete |
|
static |
Definition at line 89 of file v8-inspector-session-impl.cc.
|
delete |
|
delete |
|
delete |
|
delete |
StringView v8_inspector::V8ContextInfo::auxData |
Definition at line 99 of file v8-inspector.h.
v8::Local<v8::Context> v8_inspector::V8ContextInfo::context |
Definition at line 94 of file v8-inspector.h.
int v8_inspector::V8ContextInfo::contextGroupId |
Definition at line 96 of file v8-inspector.h.
bool v8_inspector::V8ContextInfo::hasMemoryOnConsole |
Definition at line 100 of file v8-inspector.h.
StringView v8_inspector::V8ContextInfo::humanReadableName |
Definition at line 97 of file v8-inspector.h.
StringView v8_inspector::V8ContextInfo::origin |
Definition at line 98 of file v8-inspector.h.