Home
last modified time | relevance | path

Searched refs:reportCall (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-console.cc71 void reportCall(ConsoleAPIType type) { in reportCall() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper
75 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::ConsoleHelper
110 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 …]