V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::torque::Block Class Reference

Public Member Functions

 Block (ControlFlowGraph *cfg, size_t id, base::Optional< Stack< const Type *>> input_types, bool is_deferred)
 
void Add (Instruction instruction)
 
bool HasInputTypes () const
 
const Stack< const Type * > & InputTypes () const
 
void SetInputTypes (const Stack< const Type *> &input_types)
 
void Retype ()
 
const std::vector< Instruction > & instructions () const
 
bool IsComplete () const
 
size_t id () const
 
bool IsDeferred () const
 

Detailed Description

Definition at line 24 of file cfg.h.


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