v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::EmbedderGraphImpl::Edge Struct Reference
Collaboration diagram for v8::internal::EmbedderGraphImpl::Edge:

Public Attributes

Nodefrom
 
Nodeto
 
const char * name
 

Detailed Description

Definition at line 2971 of file heap-snapshot-generator.cc.

Member Data Documentation

◆ from

Node* v8::internal::EmbedderGraphImpl::Edge::from

Definition at line 2972 of file heap-snapshot-generator.cc.

◆ name

const char* v8::internal::EmbedderGraphImpl::Edge::name

Definition at line 2974 of file heap-snapshot-generator.cc.

◆ to

Node* v8::internal::EmbedderGraphImpl::Edge::to

Definition at line 2973 of file heap-snapshot-generator.cc.


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