()
| 47 | } |
| 48 | |
| 49 | function getOwner() { |
| 50 | if (__DEV__) { |
| 51 | const dispatcher = ReactSharedInternals.A; |
| 52 | if (dispatcher === null) { |
| 53 | return null; |
| 54 | } |
| 55 | return dispatcher.getOwner(); |
| 56 | } |
| 57 | return null; |
| 58 | } |
| 59 | |
| 60 | /** @noinline */ |
| 61 | function UnknownOwner() { |
no outgoing calls
no test coverage detected