mul method

Implementation

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