#include <JSGlobalObjectConsoleAgent.h>
|
| JSGlobalObjectConsoleAgent (AgentContext &, InspectorHeapAgent *) |
|
virtual | ~JSGlobalObjectConsoleAgent () |
|
void | setMonitoringXHREnabled (ErrorString &, bool enabled) override |
|
void | addInspectedNode (ErrorString &, int nodeId) override |
|
| InspectorConsoleAgent (AgentContext &, InspectorHeapAgent *) |
|
virtual | ~InspectorConsoleAgent () |
|
void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
|
void | willDestroyFrontendAndBackend (DisconnectReason) override |
|
void | discardValues () override |
|
void | enable (ErrorString &) override |
|
void | disable (ErrorString &) override |
|
void | clearMessages (ErrorString &) override |
|
bool | enabled () const |
|
void | reset () |
|
void | addMessageToConsole (std::unique_ptr< ConsoleMessage >) |
|
void | startTiming (const String &title) |
|
void | stopTiming (const String &title, Ref< ScriptCallStack > &&) |
|
void | takeHeapSnapshot (const String &title) |
|
void | count (JSC::ExecState *, Ref< ScriptArguments > &&) |
|
| InspectorConsoleAgent (AgentContext &, InspectorHeapAgent *) |
|
virtual | ~InspectorConsoleAgent () |
|
void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
|
void | willDestroyFrontendAndBackend (DisconnectReason) override |
|
void | discardValues () override |
|
void | enable (ErrorString &) override |
|
void | disable (ErrorString &) override |
|
void | clearMessages (ErrorString &) override |
|
bool | enabled () const |
|
void | reset () |
|
void | addMessageToConsole (std::unique_ptr< ConsoleMessage >) |
|
void | startTiming (const String &title) |
|
void | stopTiming (const String &title, Ref< ScriptCallStack > &&) |
|
void | takeHeapSnapshot (const String &title) |
|
void | count (JSC::ExecState *, Ref< ScriptArguments > &&) |
|
virtual | ~InspectorAgentBase () |
|
String | domainName () const |
|
virtual void | discardAgent () |
|
virtual | ~InspectorAgentBase () |
|
String | domainName () const |
|
virtual void | discardAgent () |
|
◆ JSGlobalObjectConsoleAgent()
◆ ~JSGlobalObjectConsoleAgent()
virtual Inspector::JSGlobalObjectConsoleAgent::~JSGlobalObjectConsoleAgent |
( |
| ) |
|
|
inlinevirtual |
◆ addInspectedNode()
void Inspector::JSGlobalObjectConsoleAgent::addInspectedNode |
( |
ErrorString & |
errorString, |
|
|
int |
nodeId |
|
) |
| |
|
overridevirtual |
◆ setMonitoringXHREnabled()
void Inspector::JSGlobalObjectConsoleAgent::setMonitoringXHREnabled |
( |
ErrorString & |
errorString, |
|
|
bool |
enabled |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: