JSObject constructor

JSObject()

Returns a new object literal.

Implementation

JSObject() : _jsObject = _createObjectLiteral();