v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::WrapSerializationOptions Struct Reference

#include <v8-debugger.h>

Collaboration diagram for v8_inspector::WrapSerializationOptions:

Public Attributes

int maxDepth = v8::internal::kMaxInt
 
v8::Global< v8::ObjectadditionalParameters
 

Detailed Description

Definition at line 37 of file v8-debugger.h.

Member Data Documentation

◆ additionalParameters

v8::Global<v8::Object> v8_inspector::WrapSerializationOptions::additionalParameters

Definition at line 39 of file v8-debugger.h.

◆ maxDepth

int v8_inspector::WrapSerializationOptions::maxDepth = v8::internal::kMaxInt

Definition at line 38 of file v8-debugger.h.


The documentation for this struct was generated from the following file: