v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
custom-preview.h File Reference
#include <memory>
#include "src/inspector/protocol/Protocol.h"
#include "src/inspector/protocol/Runtime.h"
Include dependency graph for custom-preview.h:
This graph shows which files directly or indirectly include this file:

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