function A(b) { this.g = function () { return 2 * b; } this.m = function () { return b - 1; } }