Lines Matching refs:String16
52 const String16& consoleContext, std::unique_ptr<V8StackTraceImpl>);
55 double timestamp, const String16& detailedMessage, const String16& url,
58 const String16& message, int contextId, v8::Local<v8::Value> exception,
62 double timestamp, const String16& message, unsigned revokedExceptionId);
76 V8ConsoleMessage(V8MessageOrigin, double timestamp, const String16& message);
83 void setLocation(const String16& url, unsigned lineNumber,
89 String16 m_message;
90 String16 m_url;
101 String16 m_detailedMessage;
102 String16 m_consoleContext;
119 bool shouldReportDeprecationMessage(int contextId, const String16& method);
120 int count(int contextId, const String16& id);
121 bool countReset(int contextId, const String16& id);
122 void time(int contextId, const String16& id);
123 double timeEnd(int contextId, const String16& id);
124 bool hasTimer(int contextId, const String16& id);
133 std::set<String16> m_reportedDeprecationMessages;
135 std::map<String16, int> m_count;
137 std::map<String16, double> m_time;