()
| 1354 | |
| 1355 | makeShimExports: function (value) { |
| 1356 | function fn() { |
| 1357 | var ret; |
| 1358 | if (value.init) { |
| 1359 | ret = value.init.apply(global, arguments); |
| 1360 | } |
| 1361 | return ret || (value.exports && getGlobal(value.exports)); |
| 1362 | } |
| 1363 | return fn; |
| 1364 | }, |
| 1365 |
no test coverage detected