V8 Project
v8::internal::NameOf Struct Reference

#include <hydrogen-instructions.h>

+ Collaboration diagram for v8::internal::NameOf:

Public Member Functions

 NameOf (const HValue *const v)
 

Public Attributes

const HValuevalue
 

Detailed Description

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

Constructor & Destructor Documentation

◆ NameOf()

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

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

934 : value(v) {}

Member Data Documentation

◆ value

const HValue* v8::internal::NameOf::value

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

Referenced by v8::internal::operator<<().


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