v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::DeepSerializationResult Struct Reference

#include <v8-inspector.h>

Collaboration diagram for v8_inspector::DeepSerializationResult:

Public Member Functions

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

Public Attributes

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]

v8_inspector::DeepSerializationResult::DeepSerializationResult ( std::unique_ptr< DeepSerializedValue > serializedValue)
inlineexplicit

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

◆ DeepSerializationResult() [2/2]

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

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

Member Data Documentation

◆ errorMessage

std::unique_ptr<StringBuffer> v8_inspector::DeepSerializationResult::errorMessage

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

◆ isSuccess

bool v8_inspector::DeepSerializationResult::isSuccess

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

◆ serializedValue

std::unique_ptr<DeepSerializedValue> v8_inspector::DeepSerializationResult::serializedValue

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


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