@Override
 @AvailMethod
 int o_MaxStackDepth(final AvailObject object) {
   return object.numArgsAndLocalsAndStack() - object.numArgs() - object.numLocals();
 }