v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <string>
#include <sstream>
#include <fmt/ostream.h>
#include <v8-debug.h>
#include <v8-inspector.h>
#include <nlohmann/json.hpp>
#include "javascript.h"
Go to the source code of this file.
Classes | |
class | v8toolkit::WebsocketChannel |
class | v8toolkit::DebugContext |
Namespaces | |
v8toolkit | |
Macros | |
#define | V8TOOLKIT_DEBUGGING_ACTIVE |
Enumerations | |
enum | { v8toolkit::kDebugIdIndex = v8::Context::kDebugIdIndex, v8toolkit::kModuleEmbedderDataIndex, v8toolkit::kInspectorClientIndex } |
#define V8TOOLKIT_DEBUGGING_ACTIVE |
Definition at line 3 of file debugger.h.