4 lines
88 B
JavaScript

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