Lines Matching refs:contextGroupId
60 int contextGroupId(v8::Local<v8::Context>);
61 int contextGroupId(int contextId);
82 std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
87 void resetContextGroup(int contextGroupId) override;
113 void muteExceptions(int contextGroupId);
114 void unmuteExceptions(int contextGroupId);
115 V8ConsoleMessageStorage* ensureConsoleMessageStorage(int contextGroupId);
116 bool hasConsoleMessageStorage(int contextGroupId);
119 void discardInspectedContext(int contextGroupId, int contextId);
120 const ContextByIdMap* contextGroup(int contextGroupId);
122 V8InspectorSessionImpl* sessionForContextGroup(int contextGroupId);
124 V8DebuggerAgentImpl* enabledDebuggerAgentForGroup(int contextGroupId);
125 V8RuntimeAgentImpl* enabledRuntimeAgentForGroup(int contextGroupId);
126 V8ProfilerAgentImpl* enabledProfilerAgentForGroup(int contextGroupId);