Searched refs:reportCall (Results 1 – 1 of 1) sorted by relevance
71 void reportCall(ConsoleAPIType type) { in reportCall() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper75 reportCall(type, arguments); in reportCall()83 reportCall(type, arguments); in reportCallWithDefaultArgument()89 reportCall(type, arguments); in reportCallWithArgument()92 void reportCall(ConsoleAPIType type, in reportCall() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper110 reportCall(ConsoleAPIType::kWarning, arguments); in reportDeprecatedCall()284 ConsoleHelper(info).reportCall(ConsoleAPIType::kDebug); in debugCallback()288 ConsoleHelper(info).reportCall(ConsoleAPIType::kError); in errorCallback()292 ConsoleHelper(info).reportCall(ConsoleAPIType::kInfo); in infoCallback()296 ConsoleHelper(info).reportCall(ConsoleAPIType::kLog); in logCallback()[all …]