* Returns an array of all library entries.
()
| 278 | * Returns an array of all library entries. |
| 279 | */ |
| 280 | getAllLibraryEntries() { |
| 281 | return this.libraries_.exportValues(); |
| 282 | } |
| 283 | |
| 284 | /** |
| 285 | * Returns an array of pairs of all library entries and their addresses. |
nothing calls this directly
no test coverage detected