* Checks whether this export info has used name. * @returns {boolean} true, when a mangled name of this export is set
()
| 1514 | * @returns {boolean} true, when a mangled name of this export is set |
| 1515 | */ |
| 1516 | hasUsedName() { |
| 1517 | return this._usedName !== null; |
| 1518 | } |
| 1519 | |
| 1520 | /** |
| 1521 | * Updates used name using the provided name. |
no outgoing calls
no test coverage detected