v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
message-pipe.h
Go to the documentation of this file.
1
// Copyright 2019 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef V8_TORQUE_LS_MESSAGE_PIPE_H_
6
#define V8_TORQUE_LS_MESSAGE_PIPE_H_
7
8
#include <memory>
9
#include "
src/torque/ls/json.h
"
10
11
namespace
v8
{
12
namespace
internal
{
13
namespace
torque {
14
namespace
ls
{
15
16
JsonValue
ReadMessage
();
17
void
WriteMessage
(JsonValue message);
18
19
}
// namespace ls
20
}
// namespace torque
21
}
// namespace internal
22
}
// namespace v8
23
24
#endif
// V8_TORQUE_LS_MESSAGE_PIPE_H_
json.h
v8::internal::torque::ls::ReadMessage
JsonValue ReadMessage()
Definition
message-handler.cc:34
v8::internal::torque::ls::WriteMessage
void WriteMessage(JsonValue message)
Definition
message-handler.cc:54
v8::internal::ls
@ ls
Definition
constants-arm.h:94
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8
Definition
api-arguments-inl.h:19
src
torque
ls
message-pipe.h
Generated on Sun Apr 6 2025 21:08:57 for v8 by
1.12.0