_handler = handler;
Target tostart = code.getTarget();
if (_start != null) {
_start.compile(context, Node.GET_BOOLEAN);
Source istrue = code.if_ne();
handler.callFinally();
handler.jumpOut();
istrue.bind();
}
if (_statement != null) {
_statement.compile(context);