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

#include <v8-inspector.h>

Collaboration diagram for v8_inspector::DeepSerializedValue:

Public Member Functions

 DeepSerializedValue (std::unique_ptr< StringBuffer > type, v8::MaybeLocal< v8::Value > value={})
 

Public Attributes

std::unique_ptr< StringBuffertype
 
v8::MaybeLocal< v8::Valuevalue
 

Detailed Description

Definition at line 230 of file v8-inspector.h.

Constructor & Destructor Documentation

◆ DeepSerializedValue()

v8_inspector::DeepSerializedValue::DeepSerializedValue ( std::unique_ptr< StringBuffer > type,
v8::MaybeLocal< v8::Value > value = {} )
inlineexplicit

Definition at line 231 of file v8-inspector.h.

Member Data Documentation

◆ type

std::unique_ptr<StringBuffer> v8_inspector::DeepSerializedValue::type

Definition at line 234 of file v8-inspector.h.

◆ value

v8::MaybeLocal<v8::Value> v8_inspector::DeepSerializedValue::value

Definition at line 235 of file v8-inspector.h.


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