v8 13.6.233 (node 24.1.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 ( std::unique_ptr< DeepSerializedValue > serializedValue)
inlineexplicit

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

References isSuccess, and serializedValue.

◆ DeepSerializationResult() [2/2]

DeepSerializationResult ( std::unique_ptr< StringBuffer > errorMessage)
inlineexplicit

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

References errorMessage, and isSuccess.

Field Documentation

◆ errorMessage

std::unique_ptr<StringBuffer> errorMessage

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

Referenced by DeepSerializationResult().

◆ isSuccess

bool isSuccess

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

Referenced by DeepSerializationResult(), and DeepSerializationResult().

◆ serializedValue

std::unique_ptr<DeepSerializedValue> serializedValue

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

Referenced by DeepSerializationResult().


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