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

Constructor & Destructor Documentation

◆ DeepSerializationResult() [1/2]

DeepSerializationResult ( std::unique_ptr< DeepSerializedValue serializedValue)
inlineexplicit

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

◆ DeepSerializationResult() [2/2]

DeepSerializationResult ( std::unique_ptr< StringBuffer errorMessage)
inlineexplicit

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

Field Documentation

◆ errorMessage

std::unique_ptr<StringBuffer> errorMessage

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

◆ isSuccess

bool isSuccess

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

◆ serializedValue

std::unique_ptr<DeepSerializedValue> serializedValue

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


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