|
| | WorkerConsoleClient (WorkerGlobalScope &) |
| |
| virtual | ~WorkerConsoleClient () |
| |
| 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 void | count (ExecState *, Ref< Inspector::ScriptArguments > &&)=0 |
| |
| virtual void | profile (ExecState *, const String &title)=0 |
| |
| virtual void | profileEnd (ExecState *, const String &title)=0 |
| |
| virtual void | takeHeapSnapshot (ExecState *, const String &title)=0 |
| |
| virtual void | time (ExecState *, const String &title)=0 |
| |
| virtual void | timeEnd (ExecState *, const String &title)=0 |
| |
| virtual void | timeStamp (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 |
| |
| virtual void | count (ExecState *, Ref< Inspector::ScriptArguments > &&)=0 |
| |
| virtual void | profile (ExecState *, const String &title)=0 |
| |
| virtual void | profileEnd (ExecState *, const String &title)=0 |
| |
| virtual void | takeHeapSnapshot (ExecState *, const String &title)=0 |
| |
| virtual void | time (ExecState *, const String &title)=0 |
| |
| virtual void | timeEnd (ExecState *, const String &title)=0 |
| |
| virtual void | timeStamp (ExecState *, Ref< Inspector::ScriptArguments > &&)=0 |
| |