2018-01-09 15:36:42 +01:00

4 lines
88 B
JavaScript

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