()
| 591 | it('should be possible to access function properties', async () => { |
| 592 | const engine = await getEngine() |
| 593 | const testFunction = () => undefined |
| 594 | testFunction.hello = 'world' |
| 595 | engine.global.set('TestFunction', decorateProxy(testFunction, { proxy: true })) |
| 596 |
nothing calls this directly
no outgoing calls
no test coverage detected