V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::TypedCodeAssemblerVariable< T > Class Template Reference
Inheritance diagram for v8::internal::compiler::TypedCodeAssemblerVariable< T >:
v8::internal::compiler::CodeAssemblerVariable

Public Member Functions

 TypedCodeAssemblerVariable (TNode< T > initial_value, CodeAssembler *assembler)
 
 TypedCodeAssemblerVariable (CodeAssembler *assembler)
 
TNode< Tvalue () const
 
void operator= (TNode< T > value)
 
void operator= (const TypedCodeAssemblerVariable< T > &variable)
 
- Public Member Functions inherited from v8::internal::compiler::CodeAssemblerVariable
 CodeAssemblerVariable (CodeAssembler *assembler, MachineRepresentation rep)
 
 CodeAssemblerVariable (CodeAssembler *assembler, MachineRepresentation rep, Node *initial_value)
 
void Bind (Node *value)
 
Nodevalue () const
 
MachineRepresentation rep () const
 
bool IsBound () const
 

Detailed Description

template<class T>
class v8::internal::compiler::TypedCodeAssemblerVariable< T >

Definition at line 346 of file code-assembler.h.


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