|  | v8
    9.0.257(node16.0.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 73 of file v8-inspector.h.
| enum NotNullTagEnum | 
| Enumerator | |
|---|---|
| NotNullLiteral | |
Definition at line 93 of file v8-inspector.h.
| 
 | inline | 
Definition at line 75 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 87 of file v8-inspector.h.
| v8::Local<v8::Context> context | 
Definition at line 82 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
| int contextGroupId | 
Definition at line 84 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
| bool hasMemoryOnConsole | 
Definition at line 88 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
| StringView humanReadableName | 
Definition at line 85 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
| StringView origin | 
Definition at line 86 of file v8-inspector.h.