A simple wrapper around an heterogeneous native array of values.
This class may not be directly instantiated, and can only be returned from a
native method. For example,
native JsArrayMixed getNativeArray() /*-{
return [
{ x: 0, y: 1},
"apple",
12345,
];
}-* /;