Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc63 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()
[all …]