()
| 3709 | // Confirm null prototype of generator prototype displays as expected. |
| 3710 | |
| 3711 | function getProtoOfProto() { |
| 3712 | return Object.getPrototypeOf(Object.getPrototypeOf(function* () {})); |
| 3713 | } |
| 3714 | |
| 3715 | function* generator() {} |
| 3716 |
no outgoing calls
no test coverage detected
searching dependent graphs…