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

Public Member Functions

 V8ConsoleMessageStorage (V8InspectorImpl *, int contextGroupId)
 
int contextGroupId ()
 
const std::deque< std::unique_ptr< V8ConsoleMessage > > & messages () const
 
void addMessage (std::unique_ptr< V8ConsoleMessage >)
 
void contextDestroyed (int contextId)
 
void clear ()
 
bool shouldReportDeprecationMessage (int contextId, const String16 &method)
 
int count (int contextId, const String16 &id)
 
bool countReset (int contextId, const String16 &id)
 
void time (int contextId, const String16 &id)
 
double timeLog (int contextId, const String16 &id)
 
double timeEnd (int contextId, const String16 &id)
 
bool hasTimer (int contextId, const String16 &id)
 

Detailed Description

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


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