Function bootstrap_modules

Source
pub fn bootstrap_modules(
    source_map: &mut SourceMap,
) -> Result<BootstrapResult, ScriptResolveError>
Expand description

Bootstraps the core and ffi modules and creates a default symbol table

§Errors

§Panics

In theory it can panic, but should be safe.