(inst)
| 7306 | } |
| 7307 | |
| 7308 | function uncacheNode(inst) { |
| 7309 | var node = inst._nativeNode; |
| 7310 | if (node) { |
| 7311 | delete node[internalInstanceKey]; |
| 7312 | inst._nativeNode = null; |
| 7313 | } |
| 7314 | } |
| 7315 | |
| 7316 | /** |
| 7317 | * Populate `_nativeNode` on each child of `inst`, assuming that the children |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…