4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
var Test = function Test() {
|
|
Function.prototype.hasOwnProperty.call(this, "test");
|
|
};
|