()
| 9387 | function toFastProperties(obj) { |
| 9388 | /*jshint -W027,-W055,-W031*/ |
| 9389 | function FakeConstructor() {} |
| 9390 | FakeConstructor.prototype = obj; |
| 9391 | var l = 8; |
| 9392 | while (l--) new FakeConstructor(); |
nothing calls this directly
no outgoing calls
no test coverage detected