Object.defineProperties(location, {
host: {
value: 'test.ru',
configurable: false,
enumerable: true,
writable: false
}
});