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

#include <value-mirror.h>

Collaboration diagram for v8_inspector::InternalPropertyMirror:

Public Attributes

String16 name
 
std::unique_ptr< ValueMirrorvalue
 

Detailed Description

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

Member Data Documentation

◆ name

String16 v8_inspector::InternalPropertyMirror::name

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

◆ value

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

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


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