|
|
| ControlScope (BytecodeGenerator *generator) |
| |
|
void | Break (Statement *stmt) |
| |
|
void | Continue (Statement *stmt) |
| |
|
void | ReturnAccumulator (int source_position=kNoSourcePosition) |
| |
|
void | AsyncReturnAccumulator (int source_position=kNoSourcePosition) |
| |
|
| enum | Command {
CMD_BREAK,
CMD_CONTINUE,
CMD_RETURN,
CMD_ASYNC_RETURN,
CMD_RETHROW
} |
| |
|
|
static constexpr bool | CommandUsesAccumulator (Command command) |
| |
Definition at line 98 of file bytecode-generator.cc.
The documentation for this class was generated from the following file: