pub fn bootstrap_modules( source_map: &mut SourceMap, ) -> Result<BootstrapResult, ScriptResolveError>
Bootstraps the core and ffi modules and creates a default symbol table
In theory it can panic, but should be safe.