(a)
| 6 | // print("test __440.js DISABLED"); |
| 7 | |
| 8 | function assert(a) { |
| 9 | if (!a) |
| 10 | throw Error("Bad assertion!"); |
| 11 | } |
| 12 | |
| 13 | function testProperties(o, initProperty, testProperty, shouldThrow) { |
| 14 | Object.defineProperty(arguments, 0, initProperty); |
no outgoing calls
no test coverage detected