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