Searched refs:toStringView (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/inspector/ |
| D | string-util.h | 73 StringView toStringView(const String16&); 75 StringView toStringView(const char* str[N]) { in toStringView() function
|
| D | v8-stack-trace-impl.cc | 205 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()
|
| D | v8-debugger.cc | 604 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()
|
| D | v8-console-message.cc | 478 groupId, clientLevel, toStringView(message->m_message), in createForConsoleAPI() 479 toStringView(message->m_url), message->m_lineNumber, in createForConsoleAPI()
|
| D | string-util.cc | 165 StringView toStringView(const String16& string) { in toStringView() function
|
| D | v8-console.cc | 409 inspector->client()->consoleTime(toStringView(protocolTitle)); in timeFunction() 427 inspector->client()->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction() 470 m_inspector->client()->consoleTimeStamp(toStringView(title)); in TimeStamp()
|
| D | v8-debugger-script.cc | 286 client->resourceNameToUrl(toStringView(name)); in GetScriptName()
|
| D | v8-profiler-agent-impl.cc | 41 inspector->client()->resourceNameToUrl(toStringView(name)); in resourceNameToUrl()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 260460 -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));
|