Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc119 String16 firstArgToString(const String16& defaultValue) { in firstArgToString() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper
352 String16 title = helper.firstArgToString(String16()); in countCallback()
405 profilerAgent->consoleProfile(helper.firstArgToString(String16())); in profileCallback()
412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16())); in profileEndCallback()
419 String16 protocolTitle = helper.firstArgToString("default"); in timeFunction()
433 String16 protocolTitle = helper.firstArgToString("default"); in timeEndFunction()
477 String16 title = helper.firstArgToString(String16()); in timeStampCallback()