v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#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) |
Data Fields | |
v8::Local< v8::Context > | context |
int | contextGroupId |
StringView | humanReadableName |
StringView | origin |
StringView | auxData |
bool | hasMemoryOnConsole |
Definition at line 85 of file v8-inspector.h.
enum NotNullTagEnum |
Enumerator | |
---|---|
NotNullLiteral |
Definition at line 105 of file v8-inspector.h.
|
inline |
Definition at line 87 of file v8-inspector.h.
References V8ContextInfo::context, V8ContextInfo::contextGroupId, V8ContextInfo::hasMemoryOnConsole, and V8ContextInfo::humanReadableName.
|
delete |
|
static |
|
delete |
|
delete |
|
delete |
|
delete |
StringView auxData |
Definition at line 99 of file v8-inspector.h.
v8::Local<v8::Context> context |
Definition at line 94 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
int contextGroupId |
Definition at line 96 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
bool hasMemoryOnConsole |
Definition at line 100 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
StringView humanReadableName |
Definition at line 97 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
StringView origin |
Definition at line 98 of file v8-inspector.h.