Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc72 protocol::StringUtil::parseJSON(toString16(savedState)); in V8InspectorSessionImpl()
224 releaseObjectGroup(toString16(objectGroup)); in releaseObjectGroup()
241 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject()
276 return wrapObject(context, value, toString16(groupName), generatePreview); in wrapObject()
390 toString16(breakReason), in schedulePauseOnNextStatement()
402 toString16(breakReason), in breakProgram()
421 searchInTextByLinesImpl(this, toString16(text), toString16(query), in searchInTextByLines()
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.cc272 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
273 toString16(url), lineNumber, columnNumber, std::move(stackTraceImpl), in exceptionThrown()
274 scriptId, m_isolate, toString16(message), in exceptionThrown()
288 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
Dstring-util.cc69 String16 toString16(const StringView& string) { in toString16() function
143 String16 owner = toString16(string); in create()
Dstring-util.h72 String16 toString16(const StringView&);
Dv8-profiler-agent-impl.cc41 return url ? toString16(url->string()) : name; in resourceNameToUrl()
148 .setScriptId(toString16(callStack->topScriptId())) in currentDebugLocation()
Dv8-stack-trace-impl.cc155 frameUrl = toString16(url->string()); in buildInspectorObject()
Dv8-debugger-script.cc233 return url ? toString16(url->string()) : name; in GetScriptURL()
Dv8-debugger.cc874 AsyncStackTrace::capture(this, contextGroupId, toString16(description), in storeCurrentStackTrace()
932 asyncTaskScheduledForStack(toString16(taskName), task, recurring); in asyncTaskScheduled()
Dv8-console-message.cc386 message->m_url = toString16(stackTrace->topSourceURL()); in createForConsoleAPI()
Dinjected-script.cc233 exceptionDetails->setScriptId(toString16(stack->topScriptId())); in catchCallback()
Dv8-console.cc294 identifier = toString16(stackTrace->topSourceURL()) + ":" + in identifierFromTitleOrStackTrace()