Lines Matching defs:const
54 const std::vector<v8::Local<v8::Value>>& arguments,
55 const String16& consoleContext, std::unique_ptr<V8StackTraceImpl>);
58 double timestamp, const String16& detailedMessage, const String16& url,
61 const String16& message, int contextId, v8::Local<v8::Value> exception,
65 double timestamp, const String16& message, unsigned revokedExceptionId);
67 V8MessageOrigin origin() const;
68 void reportToFrontend(protocol::Console::Frontend*) const;
70 bool generatePreview) const;
71 ConsoleAPIType type() const;
74 int estimatedSize() const {
79 V8ConsoleMessage(V8MessageOrigin, double timestamp, const String16& message);
83 wrapArguments(V8InspectorSessionImpl*, bool generatePreview) const;
85 V8InspectorSessionImpl*, bool generatePreview) const;
86 void setLocation(const String16& url, unsigned lineNumber,
90 V8InspectorImpl* inspector, V8InspectorSessionImpl* session) const;
116 const std::deque<std::unique_ptr<V8ConsoleMessage>>& messages() const {
124 bool shouldReportDeprecationMessage(int contextId, const String16& method);
125 int count(int contextId, const String16& id);
126 bool countReset(int contextId, const String16& id);
127 void time(int contextId, const String16& id);
128 double timeLog(int contextId, const String16& id);
129 double timeEnd(int contextId, const String16& id);
130 bool hasTimer(int contextId, const String16& id);