#include <inspected-context.h>
Definition at line 40 of file inspected-context.h.
◆ ~InspectedContext()
| v8_inspector::InspectedContext::~InspectedContext |
( |
| ) |
|
◆ InspectedContext() [1/2]
◆ InspectedContext() [2/2]
◆ addInternalObject()
◆ auxData()
| String16 v8_inspector::InspectedContext::auxData |
( |
| ) |
const |
|
inline |
◆ context()
◆ contextGroupId()
| int v8_inspector::InspectedContext::contextGroupId |
( |
| ) |
const |
|
inline |
◆ contextId() [1/2]
| int v8_inspector::InspectedContext::contextId |
( |
| ) |
const |
|
inline |
◆ contextId() [2/2]
◆ createInjectedScript()
| InjectedScript * v8_inspector::InspectedContext::createInjectedScript |
( |
int | sessionId | ) |
|
◆ discardInjectedScript()
| void v8_inspector::InspectedContext::discardInjectedScript |
( |
int | sessionId | ) |
|
◆ getInjectedScript()
| InjectedScript * v8_inspector::InspectedContext::getInjectedScript |
( |
int | sessionId | ) |
|
◆ getInternalType()
◆ humanReadableName()
| String16 v8_inspector::InspectedContext::humanReadableName |
( |
| ) |
const |
|
inline |
◆ inspector()
◆ isolate()
| v8::Isolate * v8_inspector::InspectedContext::isolate |
( |
| ) |
const |
◆ isReported()
| bool v8_inspector::InspectedContext::isReported |
( |
int | sessionId | ) |
const |
◆ operator=()
◆ origin()
| String16 v8_inspector::InspectedContext::origin |
( |
| ) |
const |
|
inline |
◆ setReported()
| void v8_inspector::InspectedContext::setReported |
( |
int | sessionId, |
|
|
bool | reported ) |
◆ uniqueId()
◆ V8InspectorImpl
◆ m_auxData
| const String16 v8_inspector::InspectedContext::m_auxData |
|
private |
◆ m_context
◆ m_contextGroupId
| int v8_inspector::InspectedContext::m_contextGroupId |
|
private |
◆ m_contextId
| int v8_inspector::InspectedContext::m_contextId |
|
private |
◆ m_humanReadableName
| const String16 v8_inspector::InspectedContext::m_humanReadableName |
|
private |
◆ m_injectedScripts
| std::unordered_map<int, std::unique_ptr<InjectedScript> > v8_inspector::InspectedContext::m_injectedScripts |
|
private |
◆ m_inspector
◆ m_internalObjects
◆ m_origin
| const String16 v8_inspector::InspectedContext::m_origin |
|
private |
◆ m_reportedSessionIds
| std::unordered_set<int> v8_inspector::InspectedContext::m_reportedSessionIds |
|
private |
◆ m_uniqueId
◆ m_weakCallbackData
The documentation for this class was generated from the following files: