v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
DeepSerializedValue Struct Reference

#include <v8-inspector.h>

Collaboration diagram for DeepSerializedValue:

Public Member Functions

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

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

◆ DeepSerializedValue()

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

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

References type, and value.

Field Documentation

◆ type

std::unique_ptr<StringBuffer> type

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

Referenced by DeepSerializedValue().

◆ value

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

Referenced by DeepSerializedValue().


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