()
| 1261 | } |
| 1262 | |
| 1263 | setHasUseInfo() { |
| 1264 | if (!this._hasUseInRuntimeInfo) { |
| 1265 | this._hasUseInRuntimeInfo = true; |
| 1266 | } |
| 1267 | if (this.canMangleUse === undefined) { |
| 1268 | this.canMangleUse = true; |
| 1269 | } |
| 1270 | if (this.exportsInfoOwned) { |
| 1271 | /** @type {ExportsInfo} */ |
| 1272 | (this.exportsInfo).setHasUseInfo(); |
| 1273 | } |
| 1274 | } |
| 1275 | |
| 1276 | /** |
| 1277 | * Sets used conditionally. |
no outgoing calls
no test coverage detected