A simple wrapper around a homogeneous native array of string values.
This class may not be directly instantiated, and can only be returned from a
native method. For example,
native JsArrayString getNativeArray() /*-{
return ['foo', 'bar', 'baz'];
}-* /;