Lines Matching refs:reportCall
63 void reportCall(ConsoleAPIType type) { in reportCall() function in v8_inspector::__anon89dc04360111::ConsoleHelper
67 reportCall(type, arguments); in reportCall()
75 reportCall(type, arguments); in reportCallWithDefaultArgument()
81 reportCall(type, arguments); in reportCallWithArgument()
84 void reportCall(ConsoleAPIType type, in reportCall() function in v8_inspector::__anon89dc04360111::ConsoleHelper
103 reportCall(ConsoleAPIType::kWarning, arguments); in reportDeprecatedCall()
202 .reportCall(ConsoleAPIType::kDebug); in Debug()
208 .reportCall(ConsoleAPIType::kError); in Error()
214 .reportCall(ConsoleAPIType::kInfo); in Info()
220 .reportCall(ConsoleAPIType::kLog); in Log()
226 .reportCall(ConsoleAPIType::kWarning); in Warn()
232 .reportCall(ConsoleAPIType::kDir); in Dir()
238 .reportCall(ConsoleAPIType::kDirXML); in DirXml()
244 .reportCall(ConsoleAPIType::kTable); in Table()
345 helper.reportCall(ConsoleAPIType::kAssert, arguments); in Assert()