Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc248 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()
Dinspected-context.cc56 m_origin(toString16(info.origin)), in InspectedContext()
57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()
58 m_auxData(toString16(info.auxData)) { in InspectedContext()
Dv8-inspector-impl.cc267 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()
Dstring-util.h72 String16 toString16(const StringView&);
Dv8-profiler-agent-impl.cc45 return url ? toString16(url->string()) : name; in resourceNameToUrl()
154 .setScriptId(toString16(callStack->topScriptId())) in currentDebugLocation()
Dstring-util.cc157 String16 toString16(const StringView& string) { in toString16() function
Dv8-debugger-script.cc281 return url ? toString16(url->string()) : name; in GetScriptName()
Dv8-debugger.cc872 AsyncStackTrace::capture(this, contextGroupId, toString16(description), in storeCurrentStackTrace()
927 asyncTaskScheduledForStack(toString16(taskName), task, recurring); in asyncTaskScheduled()
Dv8-stack-trace-impl.cc207 frameUrl = toString16(url->string()); in buildInspectorObject()
Dvalue-mirror.cc982 if (clientSubtype && toString16(clientSubtype->string()) == "array") { in getPropertiesForPreview()
1762 value, subtype, toString16(descriptionForValueSubtype->string())); in clientMirror()
1829 String16 subtype = toString16(clientSubtype->string()); in create()
Dv8-console-message.cc414 message->m_url = toString16(stackTrace->topSourceURL()); in createForConsoleAPI()
Dv8-console.cc296 identifier = toString16(stackTrace->topSourceURL()) + ":" + in identifierFromTitleOrStackTrace()
Dinjected-script.cc307 exceptionDetails->setScriptId(toString16(stack->topScriptId())); in catchCallback()