var Test = function () { function Test() { Function.prototype.hasOwnProperty.call(this, "test"); } return Test; }();