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

#include <maglev-interpreter-frame-state.h>

Collaboration diagram for v8::internal::maglev::KnownNodeAspects::AvailableExpression:

Public Attributes

NodeBasenode
 
uint32_t effect_epoch
 

Detailed Description

Definition at line 470 of file maglev-interpreter-frame-state.h.

Member Data Documentation

◆ effect_epoch

uint32_t v8::internal::maglev::KnownNodeAspects::AvailableExpression::effect_epoch

Definition at line 472 of file maglev-interpreter-frame-state.h.

◆ node

NodeBase* v8::internal::maglev::KnownNodeAspects::AvailableExpression::node

Definition at line 471 of file maglev-interpreter-frame-state.h.


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