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

#include <value-mirror.h>

Collaboration diagram for v8_inspector::PrivatePropertyMirror:

Public Attributes

String16 name
 
std::unique_ptr< ValueMirrorvalue
 
std::unique_ptr< ValueMirrorgetter
 
std::unique_ptr< ValueMirrorsetter
 

Detailed Description

Definition at line 23 of file value-mirror.h.

Member Data Documentation

◆ getter

std::unique_ptr<ValueMirror> v8_inspector::PrivatePropertyMirror::getter

Definition at line 26 of file value-mirror.h.

◆ name

String16 v8_inspector::PrivatePropertyMirror::name

Definition at line 24 of file value-mirror.h.

◆ setter

std::unique_ptr<ValueMirror> v8_inspector::PrivatePropertyMirror::setter

Definition at line 27 of file value-mirror.h.

◆ value

std::unique_ptr<ValueMirror> v8_inspector::PrivatePropertyMirror::value

Definition at line 25 of file value-mirror.h.


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