v8
5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
|
#include <v8-inspector.h>
Public Member Functions | |
V8ContextInfo (v8::Local< v8::Context > context, int contextGroupId, const StringView &humanReadableName) | |
Data Fields | |
v8::Local< v8::Context > | context |
int | contextGroupId |
StringView | humanReadableName |
StringView | origin |
StringView | auxData |
bool | hasMemoryOnConsole |
Definition at line 71 of file v8-inspector.h.
|
inline |
Definition at line 73 of file v8-inspector.h.
References V8ContextInfo::context, V8ContextInfo::contextGroupId, V8ContextInfo::hasMemoryOnConsole, and V8ContextInfo::humanReadableName.
StringView auxData |
Definition at line 85 of file v8-inspector.h.
v8::Local<v8::Context> context |
Definition at line 80 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
int contextGroupId |
Definition at line 82 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
bool hasMemoryOnConsole |
Definition at line 86 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
StringView humanReadableName |
Definition at line 83 of file v8-inspector.h.
Referenced by V8ContextInfo::V8ContextInfo().
StringView origin |
Definition at line 84 of file v8-inspector.h.