v8 12.4.254 (node 22.4.1)
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 229 of file v8-inspector.h.

Constructor & Destructor Documentation

◆ DeepSerializedValue()

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

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

Field Documentation

◆ type

std::unique_ptr<StringBuffer> type

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

◆ value

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


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