sub method

Implementation

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