![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
BytecodeLoopAssignments (int parameter_count, int register_count, Zone *zone) | |
void | Add (interpreter::Register r) |
void | AddList (interpreter::Register r, uint32_t count) |
void | Union (const BytecodeLoopAssignments &other) |
bool | ContainsParameter (int index) const |
bool | ContainsLocal (int index) const |
int | parameter_count () const |
int | local_count () const |
Definition at line 23 of file bytecode-analysis.h.