Searched refs:toString16 (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/inspector/ |
D | v8-inspector-session-impl.cc | 248 releaseObjectGroup(toString16(objectGroup)); in releaseObjectGroup() 265 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject() 300 return wrapObject(context, value, toString16(groupName), generatePreview); in wrapObject() 441 toString16(breakReason), in schedulePauseOnNextStatement() 455 toString16(breakReason), in breakProgram() 475 searchInTextByLinesImpl(this, toString16(text), toString16(query), in searchInTextByLines() 485 m_profilerAgent->triggerPreciseCoverageDeltaUpdate(toString16(occassion)); in triggerPreciseCoverageDeltaUpdate()
|
D | inspected-context.cc | 56 m_origin(toString16(info.origin)), in InspectedContext() 57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext() 58 m_auxData(toString16(info.auxData)) { in InspectedContext()
|
D | v8-inspector-impl.cc | 267 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown() 268 toString16(url), lineNumber, columnNumber, std::move(stackTraceImpl), in exceptionThrown() 269 scriptId, m_isolate, toString16(message), in exceptionThrown() 283 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
|
D | string-util.h | 72 String16 toString16(const StringView&);
|
D | v8-profiler-agent-impl.cc | 45 return url ? toString16(url->string()) : name; in resourceNameToUrl() 154 .setScriptId(toString16(callStack->topScriptId())) in currentDebugLocation()
|
D | string-util.cc | 157 String16 toString16(const StringView& string) { in toString16() function
|
D | v8-debugger-script.cc | 281 return url ? toString16(url->string()) : name; in GetScriptName()
|
D | v8-debugger.cc | 872 AsyncStackTrace::capture(this, contextGroupId, toString16(description), in storeCurrentStackTrace() 927 asyncTaskScheduledForStack(toString16(taskName), task, recurring); in asyncTaskScheduled()
|
D | v8-stack-trace-impl.cc | 207 frameUrl = toString16(url->string()); in buildInspectorObject()
|
D | value-mirror.cc | 982 if (clientSubtype && toString16(clientSubtype->string()) == "array") { in getPropertiesForPreview() 1762 value, subtype, toString16(descriptionForValueSubtype->string())); in clientMirror() 1829 String16 subtype = toString16(clientSubtype->string()); in create()
|
D | v8-console-message.cc | 414 message->m_url = toString16(stackTrace->topSourceURL()); in createForConsoleAPI()
|
D | v8-console.cc | 296 identifier = toString16(stackTrace->topSourceURL()) + ":" + in identifierFromTitleOrStackTrace()
|
D | injected-script.cc | 307 exceptionDetails->setScriptId(toString16(stack->topScriptId())); in catchCallback()
|