max method

Implementation

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