v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
message-handler.cc File Reference
Include dependency graph for message-handler.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 
namespace  v8::internal::torque::ls
 

Functions

JsonValue v8::internal::torque::ls::ReadMessage ()
 
void v8::internal::torque::ls::WriteMessage (JsonValue message)
 
void v8::internal::torque::ls::CompilationFinished (TorqueCompilerResult result, MessageWriter writer)
 
void v8::internal::torque::ls::HandleMessage (JsonValue raw_message, MessageWriter writer)
 

Variables

static const char v8::internal::torque::ls::kContentLength [] = "Content-Length: "
 
static const size_t v8::internal::torque::ls::kContentLengthSize = sizeof(kContentLength) - 1
 
constexpr const char * v8::internal::torque::ls::kProtocolLineEnding = "\r\n\r\n"
 

Variable Documentation

◆ notifications_

std::map<SourceId, PublishDiagnosticsNotification> notifications_
private

Definition at line 154 of file message-handler.cc.

◆ suppress_lint_messages_

bool suppress_lint_messages_ = false
private

Definition at line 155 of file message-handler.cc.