V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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 |