6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
"use strict";
|
|
|
|
var Test = function Test() {
|
|
Function.prototype.hasOwnProperty.call(this, "test");
|
|
};
|