div method

Implementation

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