V8 Project
v8::internal::ChangesOf Struct Reference

#include <hydrogen-instructions.h>

+ Collaboration diagram for v8::internal::ChangesOf:

Public Member Functions

 ChangesOf (const HValue *const v)
 

Public Attributes

const HValuevalue
 

Detailed Description

Definition at line 945 of file hydrogen-instructions.h.

Constructor & Destructor Documentation

◆ ChangesOf()

v8::internal::ChangesOf::ChangesOf ( const HValue *const  v)
inlineexplicit

Definition at line 946 of file hydrogen-instructions.h.

946 : value(v) {}

Member Data Documentation

◆ value

const HValue* v8::internal::ChangesOf::value

Definition at line 947 of file hydrogen-instructions.h.


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