![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| ControlFlowGraph (Stack< const Type *> input_types) | |
| Block * | NewBlock (base::Optional< Stack< const Type *>> input_types, bool is_deferred) |
| void | PlaceBlock (Block *block) |
| Block * | start () const |
| base::Optional< Block * > | end () const |
| void | set_end (Block *end) |
| void | SetReturnType (const Type *t) |
| const std::vector< Block * > & | blocks () const |