Perform JavaScript exponentiation (**) on two values.
**
external T exponentiate<T>(Object? first, Object? second);