let start = 0 Object.defineProperty(window, 'a', { get() { start++ return start }, })