var obj = { get x() { return 10; } };
var obj = { get x() { return 10; } }; Object.defineProperty(obj, "x", { get: function () { return 10; } });