"use strict"; var Test = function Test() {}; Test.prototype.test = function () { return 5 + 5; };