![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>
#include "src/inspector/protocol/Protocol.h"
#include "src/inspector/protocol/Runtime.h"
Go to the source code of this file.
Namespaces | |
namespace | v8_inspector |
Functions | |
void | v8_inspector::generateCustomPreview (v8::Isolate *isolate, int sessionId, const String16 &groupName, v8::Local< v8::Object > object, v8::MaybeLocal< v8::Value > config, int maxDepth, std::unique_ptr< protocol::Runtime::CustomPreview > *preview) |
Variables | |
const int | v8_inspector::kMaxCustomPreviewDepth = 20 |