v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
DeepSerializationResult Struct Reference

#include <v8-inspector.h>

Public Member Functions

 DeepSerializationResult (std::unique_ptr< DeepSerializedValue > serializedValue)
 
 DeepSerializationResult (std::unique_ptr< StringBuffer > errorMessage)
 

Data Fields

std::unique_ptr< DeepSerializedValueserializedValue
 
std::unique_ptr< StringBuffererrorMessage
 
bool isSuccess
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DeepSerializationResult() [1/2]

◆ DeepSerializationResult() [2/2]

DeepSerializationResult ( std::unique_ptr< StringBuffer errorMessage)
inlineexplicit

Field Documentation

◆ errorMessage

std::unique_ptr<StringBuffer> errorMessage

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

◆ isSuccess

◆ serializedValue

std::unique_ptr<DeepSerializedValue> serializedValue

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


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