|
V8InspectorImpl * | inspector () const |
|
V8ConsoleAgentImpl * | consoleAgent () |
|
V8DebuggerAgentImpl * | debuggerAgent () |
|
V8SchemaAgentImpl * | schemaAgent () |
|
V8ProfilerAgentImpl * | profilerAgent () |
|
V8RuntimeAgentImpl * | runtimeAgent () |
|
int | contextGroupId () const |
|
int | sessionId () const |
|
Response | findInjectedScript (int contextId, InjectedScript *&) |
|
Response | findInjectedScript (RemoteObjectIdBase *, InjectedScript *&) |
|
void | reset () |
|
void | discardInjectedScripts () |
|
void | reportAllContexts (V8RuntimeAgentImpl *) |
|
void | setCustomObjectFormatterEnabled (bool) |
|
std::unique_ptr< protocol::Runtime::RemoteObject > | wrapObject (v8::Local< v8::Context >, v8::Local< v8::Value >, const String16 &groupName, bool generatePreview) |
|
std::unique_ptr< protocol::Runtime::RemoteObject > | wrapTable (v8::Local< v8::Context >, v8::Local< v8::Object > table, v8::MaybeLocal< v8::Array > columns) |
|
std::vector< std::unique_ptr< protocol::Schema::Domain > > | supportedDomainsImpl () |
|
Response | unwrapObject (const String16 &objectId, v8::Local< v8::Value > *, v8::Local< v8::Context > *, String16 *objectGroup) |
|
void | releaseObjectGroup (const String16 &objectGroup) |
|
void | dispatchProtocolMessage (const StringView &message) override |
|
std::unique_ptr< StringBuffer > | stateJSON () override |
|
std::vector< std::unique_ptr< protocol::Schema::API::Domain > > | supportedDomains () override |
|
void | addInspectedObject (std::unique_ptr< V8InspectorSession::Inspectable >) override |
|
void | schedulePauseOnNextStatement (const StringView &breakReason, const StringView &breakDetails) override |
|
void | cancelPauseOnNextStatement () override |
|
void | breakProgram (const StringView &breakReason, const StringView &breakDetails) override |
|
void | setSkipAllPauses (bool) override |
|
void | resume () override |
|
void | stepOver () override |
|
std::vector< std::unique_ptr< protocol::Debugger::API::SearchMatch > > | searchInTextByLines (const StringView &text, const StringView &query, bool caseSensitive, bool isRegex) override |
|
void | releaseObjectGroup (const StringView &objectGroup) override |
|
bool | unwrapObject (std::unique_ptr< StringBuffer > *, const StringView &objectId, v8::Local< v8::Value > *, v8::Local< v8::Context > *, std::unique_ptr< StringBuffer > *objectGroup) override |
|
std::unique_ptr< protocol::Runtime::API::RemoteObject > | wrapObject (v8::Local< v8::Context >, v8::Local< v8::Value >, const StringView &groupName, bool generatePreview) override |
|
V8InspectorSession::Inspectable * | inspectedObject (unsigned num) |
|
Definition at line 31 of file v8-inspector-session-impl.h.