A simple wrapper around a homogeneous native array of boolean values.
This class may not be directly instantiated, and can only be returned from a
native method. For example,
native JsArrayBoolean getNativeArray() /*-{
return [true, false, true];
}-* /;