()
| 759 | } |
| 760 | |
| 761 | function runEmbedderPreload() { |
| 762 | internalBinding('mksnapshot').runEmbedderPreload(process, require); |
| 763 | } |
| 764 | |
| 765 | function loadPreloadModules() { |
| 766 | // For user code, we preload modules if `-r` is passed |
no outgoing calls
no test coverage detected
searching dependent graphs…