V8 Project
v8::internal::TypeOf Struct Reference

#include <hydrogen-instructions.h>

+ Collaboration diagram for v8::internal::TypeOf:

Public Member Functions

 TypeOf (const HValue *const v)
 

Public Attributes

const HValuevalue
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TypeOf()

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

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

940 : value(v) {}

Member Data Documentation

◆ value

const HValue* v8::internal::TypeOf::value

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

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


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