|
V8MessageOrigin | origin () const |
|
void | reportToFrontend (protocol::Console::Frontend *) const |
|
void | reportToFrontend (protocol::Runtime::Frontend *, V8InspectorSessionImpl *, bool generatePreview) const |
|
ConsoleAPIType | type () const |
|
void | contextDestroyed (int contextId) |
|
int | estimatedSize () const |
|
|
static std::unique_ptr< V8ConsoleMessage > | createForConsoleAPI (v8::Local< v8::Context > v8Context, int contextId, int groupId, V8InspectorImpl *inspector, double timestamp, ConsoleAPIType, const std::vector< v8::Local< v8::Value >> &arguments, const String16 &consoleContext, std::unique_ptr< V8StackTraceImpl >) |
|
static std::unique_ptr< V8ConsoleMessage > | createForException (double timestamp, const String16 &detailedMessage, const String16 &url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr< V8StackTraceImpl >, int scriptId, v8::Isolate *, const String16 &message, int contextId, v8::Local< v8::Value > exception, unsigned exceptionId) |
|
static std::unique_ptr< V8ConsoleMessage > | createForRevokedException (double timestamp, const String16 &message, unsigned revokedExceptionId) |
|
Definition at line 44 of file v8-console-message.h.
The documentation for this class was generated from the following files: