()
| 1346 | |
| 1347 | makeShimExports: function (value) { |
| 1348 | function fn() { |
| 1349 | var ret; |
| 1350 | if (value.init) { |
| 1351 | ret = value.init.apply(global, arguments); |
| 1352 | } |
| 1353 | return ret || (value.exports && getGlobal(value.exports)); |
| 1354 | } |
| 1355 | return fn; |
| 1356 | }, |
| 1357 |
no test coverage detected