()
| 311 | const history = []; |
| 312 | const log = s => history.push(s); |
| 313 | const moveDown = () => history.push('moveDown'); |
| 314 | const thisValue = {say: log, moveDown}; |
| 315 | const aetherOptions = { |
| 316 | language: 'python' |
nothing calls this directly
no outgoing calls
no test coverage detected