ConstantPool pool = code.getPool();
left.compile(context, GET);
code.dup();
code.invokevirtual(pool.addMethodRef(context.TYPE_ANY, "isUndefined", "()Z"));
Source isfalse = code.if_eq();
code.pop();
right.compile(context, GET);
isfalse.bind();
}
});
}