Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc153 client->resourceNameToUrl(toStringView(m_sourceURL)); in buildInspectorObject()
240 return toStringView(current.frame()->sourceURL()); in firstNonEmptySourceURL()
250 return toStringView(m_frames[0]->sourceURL()); in topSourceURL()
262 return toStringView(m_frames[0]->scriptId()); in topScriptId()
266 return toStringView(m_frames[0]->functionName()); in topFunctionName()
Dstring-util.cc78 StringView toStringView(const String16& string) { in toStringView() function
154 m_string = toStringView(m_owner); in StringBufferImpl()
Dstring-util.h73 StringView toStringView(const String16&);
Dv8-console-message.cc421 groupId, clientLevel, toStringView(message->m_message), in createForConsoleAPI()
422 toStringView(message->m_url), message->m_lineNumber, in createForConsoleAPI()
Dv8-console.cc382 inspector->client()->consoleTime(toStringView(protocolTitle)); in timeFunction()
401 inspector->client()->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
425 m_inspector->client()->consoleTimeStamp(toStringView(title)); in TimeStamp()
Dv8-debugger-script.cc232 client->resourceNameToUrl(toStringView(name)); in GetScriptURL()
Dv8-inspector-session-impl.cc147 m_serialized = StringBuffer::create(toStringView(m_message->serialize())); in string()
Dv8-profiler-agent-impl.cc40 inspector->client()->resourceNameToUrl(toStringView(name)); in resourceNameToUrl()