2018-04-14 15:15:40 -04:00

6 lines
103 B
JavaScript

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