Lines Matching refs:StringView
51 using v8_inspector::StringView;
68 return StringBuffer::create(StringView(*buffer, buffer.length())); in ToProtocolString()
222 session_ = inspector->connect(CONTEXT_GROUP_ID, this, StringView()); in ChannelImpl()
246 void dispatchProtocolMessage(const StringView& message) { in dispatchProtocolMessage()
298 void sendMessageToFrontend(const StringView& message) { in sendMessageToFrontend()
346 void Dispatch(const v8_inspector::StringView& message) override;
498 void dispatchMessageFromFrontend(int session_id, const StringView& message) { in dispatchMessageFromFrontend()
533 StringView(DETAILS, sizeof(DETAILS) - 1), in ReportUncaughtException()
559 void AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled()
655 const StringView& resource_name_view) override { in resourceNameToUrl()
906 void Agent::AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled()
1009 const v8_inspector::StringView& message) { in Dispatch()