v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
message-handler.h File Reference
Include dependency graph for message-handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

using v8::internal::torque::ls::MessageWriter = std::function<void(JsonValue)>
 

Functions

 v8::internal::torque::DECLARE_CONTEXTUAL_VARIABLE (DiagnosticsFiles, std::vector< SourceId >)
 
void v8::internal::torque::ls::HandleMessage (JsonValue raw_message, MessageWriter writer)
 
void v8::internal::torque::ls::CompilationFinished (TorqueCompilerResult result, MessageWriter writer)