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

#include <maglev-graph-labeller.h>

Collaboration diagram for v8::internal::maglev::MaglevGraphLabeller::NodeInfo:

Public Attributes

int label = -1
 
Provenance provenance
 

Detailed Description

Definition at line 25 of file maglev-graph-labeller.h.

Member Data Documentation

◆ label

int v8::internal::maglev::MaglevGraphLabeller::NodeInfo::label = -1

Definition at line 26 of file maglev-graph-labeller.h.

◆ provenance

Provenance v8::internal::maglev::MaglevGraphLabeller::NodeInfo::provenance

Definition at line 27 of file maglev-graph-labeller.h.


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