![]()  | 
  
    v8 12.4.254  (node 22.4.1)
    
   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.
      
  | 
  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.
| int contextGroupId | 
Definition at line 96 of file v8-inspector.h.
| bool hasMemoryOnConsole | 
Definition at line 100 of file v8-inspector.h.
| StringView humanReadableName | 
Definition at line 97 of file v8-inspector.h.
| StringView origin | 
Definition at line 98 of file v8-inspector.h.