Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dstring-util.cc74 StringView toStringView(const String16& string) { in toStringView() function
127 m_string = toStringView(m_owner); in StringBufferImpl()
Dv8-stack-trace-impl.cc206 return toStringView(m_frames[0].m_scriptName); in topSourceURL()
221 return toStringView(m_frames[0].m_functionName); in topFunctionName()
226 return toStringView(m_frames[0].m_scriptId); in topScriptId()
Dstring-util.h51 StringView toStringView(const String16&);
Dv8-inspector-session-impl.cc131 m_channel->sendProtocolResponse(callId, toStringView(message)); in sendProtocolResponse()
135 m_channel->sendProtocolNotification(toStringView(message)); in sendProtocolNotification()
Dv8-console-message.cc393 contextGroupId, clientType, toStringView(message->m_message), in createForConsoleAPI()
394 toStringView(message->m_url), message->m_lineNumber, in createForConsoleAPI()
Dv8-console.cc413 client->consoleTime(toStringView(protocolTitle)); in timeFunction()
427 client->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
470 client->consoleTimeStamp(toStringView(title)); in timeStampCallback()