![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sstream>
#include "src/base/macros.h"
#include "src/debug/wasm/gdb-server/gdb-remote-util.h"
#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/tcp.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
namespace | v8::internal::wasm::gdb_server |
Macros | |
#define | CloseSocket close |
#define | InvalidSocket (-1) |
#define | SocketGetLastError() |
Typedefs | |
typedef int | SocketHandle |
Variables | |
static const int | kErrInterrupt = EINTR |
#define CloseSocket close |
Definition at line 37 of file transport.h.
#define InvalidSocket (-1) |
Definition at line 38 of file transport.h.
#define SocketGetLastError | ( | ) |
Definition at line 39 of file transport.h.
typedef int SocketHandle |
Definition at line 35 of file transport.h.
|
static |
Definition at line 40 of file transport.h.