(test, x, y, z)
| 46 | } |
| 47 | |
| 48 | function TestWithFunctionProxy(test, x, y, z) { |
| 49 | test((handler) => { return new Proxy(() => {}, handler) }, x, y, z) |
| 50 | } |
| 51 | |
| 52 | // --------------------------------------------------------------------------- |
| 53 | // Test Proxy constructor properties |
no test coverage detected