JSObject constructor

JSObject()

Creates a new JavaScript object.

Implementation

JSObject() : _jsObject = _createObjectLiteral();