8 lines
92 B
JavaScript

function b() {
var _this = this;
var t = function (x) {
return _this.x + x;
};
}