V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8_inspector::V8ConsoleMessage Class Reference

Public Member Functions

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 Public Member Functions

static std::unique_ptr< V8ConsoleMessagecreateForConsoleAPI (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< V8ConsoleMessagecreateForException (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< V8ConsoleMessagecreateForRevokedException (double timestamp, const String16 &message, unsigned revokedExceptionId)
 

Detailed Description

Definition at line 44 of file v8-console-message.h.


The documentation for this class was generated from the following files: