pow method

Implementation

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