()
| 1390 | |
| 1391 | makeShimExports: function (value) { |
| 1392 | function fn() { |
| 1393 | var ret; |
| 1394 | if (value.init) { |
| 1395 | ret = value.init.apply(global, arguments); |
| 1396 | } |
| 1397 | return ret || (value.exports && getGlobal(value.exports)); |
| 1398 | } |
| 1399 | return fn; |
| 1400 | }, |
| 1401 |
no test coverage detected