add method

Implementation

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