#include <JSGlobalObjectConsoleClient.h>
|
| JSGlobalObjectConsoleClient (InspectorConsoleAgent *, InspectorDebuggerAgent *, InspectorScriptProfilerAgent *) |
|
virtual | ~JSGlobalObjectConsoleClient () |
|
virtual | ~ConsoleClient () |
|
void | logWithLevel (ExecState *, Ref< Inspector::ScriptArguments > &&, MessageLevel) |
|
void | clear (ExecState *) |
|
void | dir (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | dirXML (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | table (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | trace (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | assertion (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | group (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | groupCollapsed (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | groupEnd (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
virtual void | messageWithTypeAndLevel (MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&)=0 |
|
virtual | ~ConsoleClient () |
|
void | logWithLevel (ExecState *, Ref< Inspector::ScriptArguments > &&, MessageLevel) |
|
void | clear (ExecState *) |
|
void | dir (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | dirXML (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | table (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | trace (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | assertion (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | group (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | groupCollapsed (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
void | groupEnd (ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
virtual void | messageWithTypeAndLevel (MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&)=0 |
|
|
static bool | logToSystemConsole () |
|
static void | setLogToSystemConsole (bool) |
|
static JS_EXPORT_PRIVATE void | printConsoleMessage (MessageSource, MessageType, MessageLevel, const String &message, const String &url, unsigned lineNumber, unsigned columnNumber) |
|
static JS_EXPORT_PRIVATE void | printConsoleMessageWithArguments (MessageSource, MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
static JS_EXPORT_PRIVATE void | printConsoleMessage (MessageSource, MessageType, MessageLevel, const String &message, const String &url, unsigned lineNumber, unsigned columnNumber) |
|
static JS_EXPORT_PRIVATE void | printConsoleMessageWithArguments (MessageSource, MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&) |
|
|
void | messageWithTypeAndLevel (MessageType, MessageLevel, JSC::ExecState *, Ref< ScriptArguments > &&) override |
|
void | count (JSC::ExecState *, Ref< ScriptArguments > &&) override |
|
void | profile (JSC::ExecState *, const String &title) override |
|
void | profileEnd (JSC::ExecState *, const String &title) override |
|
void | takeHeapSnapshot (JSC::ExecState *, const String &title) override |
|
void | time (JSC::ExecState *, const String &title) override |
|
void | timeEnd (JSC::ExecState *, const String &title) override |
|
void | timeStamp (JSC::ExecState *, Ref< ScriptArguments > &&) override |
|
◆ JSGlobalObjectConsoleClient()
◆ ~JSGlobalObjectConsoleClient()
virtual Inspector::JSGlobalObjectConsoleClient::~JSGlobalObjectConsoleClient |
( |
| ) |
|
|
inlinevirtual |
◆ count()
◆ logToSystemConsole()
bool Inspector::JSGlobalObjectConsoleClient::logToSystemConsole |
( |
| ) |
|
|
static |
◆ messageWithTypeAndLevel()
◆ profile()
void Inspector::JSGlobalObjectConsoleClient::profile |
( |
JSC::ExecState * |
, |
|
|
const String & |
title |
|
) |
| |
|
overrideprotectedvirtual |
◆ profileEnd()
void Inspector::JSGlobalObjectConsoleClient::profileEnd |
( |
JSC::ExecState * |
, |
|
|
const String & |
title |
|
) |
| |
|
overrideprotectedvirtual |
◆ setLogToSystemConsole()
void Inspector::JSGlobalObjectConsoleClient::setLogToSystemConsole |
( |
bool |
shouldLog | ) |
|
|
static |
◆ takeHeapSnapshot()
void Inspector::JSGlobalObjectConsoleClient::takeHeapSnapshot |
( |
JSC::ExecState * |
, |
|
|
const String & |
title |
|
) |
| |
|
overrideprotectedvirtual |
◆ time()
void Inspector::JSGlobalObjectConsoleClient::time |
( |
JSC::ExecState * |
, |
|
|
const String & |
title |
|
) |
| |
|
overrideprotectedvirtual |
◆ timeEnd()
void Inspector::JSGlobalObjectConsoleClient::timeEnd |
( |
JSC::ExecState * |
exec, |
|
|
const String & |
title |
|
) |
| |
|
overrideprotectedvirtual |
◆ timeStamp()
The documentation for this class was generated from the following files: