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