(newHistory)
| 392 | __proto__: null, configurable: true, enumerable: true, |
| 393 | get() { return this.historyManager.history; }, |
| 394 | set(newHistory) { return this.historyManager.history = newHistory; }, |
| 395 | }); |
| 396 | |
| 397 | ObjectDefineProperty(this, 'historyIndex', { |
no outgoing calls
no test coverage detected