|
| | PageConsoleClient (Page &) |
| |
| virtual | ~PageConsoleClient () |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, const String &sourceURL, unsigned lineNumber, unsigned columnNumber, RefPtr< Inspector::ScriptCallStack > &&=nullptr, JSC::ExecState *=nullptr, unsigned long requestIdentifier=0) |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, Ref< Inspector::ScriptCallStack > &&) |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0, Document *=nullptr) |
| |
| | PageConsoleClient (Page &) |
| |
| virtual | ~PageConsoleClient () |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, const String &sourceURL, unsigned lineNumber, unsigned columnNumber, RefPtr< Inspector::ScriptCallStack > &&=nullptr, JSC::ExecState *=nullptr, unsigned long requestIdentifier=0) |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, Ref< Inspector::ScriptCallStack > &&) |
| |
| void | addMessage (MessageSource, MessageLevel, const String &message, unsigned long requestIdentifier=0, Document *=nullptr) |
| |
| 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 |
| |
|
| void | messageWithTypeAndLevel (MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&) override |
| |
| void | count (JSC::ExecState *, Ref< Inspector::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< Inspector::ScriptArguments > &&) override |
| |
| void | messageWithTypeAndLevel (MessageType, MessageLevel, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&) override |
| |
| void | count (JSC::ExecState *, Ref< Inspector::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< Inspector::ScriptArguments > &&) override |
| |