(names, constants)
| 1043 | return this; |
| 1044 | } |
| 1045 | optimizeNames(names, constants) { |
| 1046 | var _a, _b; |
| 1047 | super.optimizeNames(names, constants); |
| 1048 | (_a = this.catch) === null || _a === void 0 ? void 0 : _a.optimizeNames(names, constants); |
| 1049 | (_b = this.finally) === null || _b === void 0 ? void 0 : _b.optimizeNames(names, constants); |
| 1050 | return this; |
| 1051 | } |
| 1052 | get names() { |
| 1053 | const names = super.names; |
| 1054 | if (this.catch) |
nothing calls this directly
no test coverage detected