(source, meaning)
| 86138 | } |
| 86139 | } |
| 86140 | function copySymbols(source, meaning) { |
| 86141 | if (meaning) { |
| 86142 | source.forEach(function (symbol) { |
| 86143 | copySymbol(symbol, meaning); |
| 86144 | }); |
| 86145 | } |
| 86146 | } |
| 86147 | function copyLocallyVisibleExportSymbols(source, meaning) { |
| 86148 | if (meaning) { |
| 86149 | source.forEach(function (symbol) { |
no test coverage detected