Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dstring-util.h73 StringView toStringView(const String16&);
75 StringView toStringView(const char* str[N]) { in toStringView() function
Dv8-stack-trace-impl.cc205 client->resourceNameToUrl(toStringView(m_sourceURL)); in buildInspectorObject()
289 return toStringView(current.frame()->sourceURL()); in firstNonEmptySourceURL()
299 return toStringView(m_frames[0]->sourceURL()); in topSourceURL()
313 return toStringView(m_frames[0]->functionName()); in topFunctionName()
Dv8-debugger.cc604 asyncTaskScheduledForStack(toStringView("Promise.then"), task, false); in AsyncEventOccurred()
608 asyncTaskScheduledForStack(toStringView("Promise.catch"), task, false); in AsyncEventOccurred()
612 asyncTaskScheduledForStack(toStringView("Promise.finally"), task, false); in AsyncEventOccurred()
624 asyncTaskScheduledForStack(toStringView("await"), task, false, true); in AsyncEventOccurred()
Dv8-console-message.cc478 groupId, clientLevel, toStringView(message->m_message), in createForConsoleAPI()
479 toStringView(message->m_url), message->m_lineNumber, in createForConsoleAPI()
Dstring-util.cc165 StringView toStringView(const String16& string) { in toStringView() function
Dv8-console.cc409 inspector->client()->consoleTime(toStringView(protocolTitle)); in timeFunction()
427 inspector->client()->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
470 m_inspector->client()->consoleTimeStamp(toStringView(title)); in TimeStamp()
Dv8-debugger-script.cc286 client->resourceNameToUrl(toStringView(name)); in GetScriptName()
Dv8-profiler-agent-impl.cc41 inspector->client()->resourceNameToUrl(toStringView(name)); in resourceNameToUrl()
/third_party/chromium/patch/
D0003-ohos-1115.patch260460 -StringView toStringView(const String16&);
260462 +V8_EXPORT_PRIVATE StringView toStringView(const String16&);
260464 StringView toStringView(const char* str[N]) {
260808 +using v8_inspector::toStringView;
260836 + V8ContextInfo context_info(env.local(), 1, toStringView(""));
260864 + inspector->connect(1, &channel, toStringView("{}"),
260867 + trusted_session->dispatchProtocolMessage(toStringView(kCommand));
260870 + 1, &channel, toStringView("{}"), v8_inspector::V8Inspector::kUntrusted);
260872 + untrusted_session->dispatchProtocolMessage(toStringView(kCommand));