* Returns an array of pairs of all library entries and their addresses.
()
| 285 | * Returns an array of pairs of all library entries and their addresses. |
| 286 | */ |
| 287 | getAllLibraryEntriesWithAddresses() { |
| 288 | return this.libraries_.exportKeysAndValues(); |
| 289 | } |
| 290 | } |
| 291 | |
| 292 |
no test coverage detected