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

#include <instruction.h>

Collaboration diagram for v8::internal::compiler::StateValueList::Value:

Public Member Functions

 Value (StateValueDescriptor *desc, StateValueList *nested)
 

Public Attributes

StateValueDescriptordesc
 
StateValueListnested
 

Detailed Description

Definition at line 1425 of file instruction.h.

Constructor & Destructor Documentation

◆ Value()

v8::internal::compiler::StateValueList::Value::Value ( StateValueDescriptor * desc,
StateValueList * nested )
inline

Definition at line 1429 of file instruction.h.

Member Data Documentation

◆ desc

StateValueDescriptor* v8::internal::compiler::StateValueList::Value::desc

Definition at line 1426 of file instruction.h.

◆ nested

StateValueList* v8::internal::compiler::StateValueList::Value::nested

Definition at line 1427 of file instruction.h.


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