(obj, prototype, methodNames)
| 22719 | * componentWillUnmount in the base is called and that things in the _disposables array are disposed. |
| 22720 | */ // eslint-disable-next-line deprecation/deprecation |
| 22721 | function _makeAllSafe(obj, prototype, methodNames) { |
| 22722 | for(var i = 0, len = methodNames.length; i < len; i++)_makeSafe(obj, prototype, methodNames[i]); |
| 22723 | } |
| 22724 | // eslint-disable-next-line deprecation/deprecation |
| 22725 | function _makeSafe(obj, prototype, methodName) { |
| 22726 | /* eslint-disable @typescript-eslint/no-explicit-any */ var classMethod = obj[methodName]; |
no test coverage detected