min method

Implementation

MLOperand min(MLOperand a, MLOperand b) =>
    js_util.callMethod(this, 'min', [a, b]);