Skip to main content

host_load_imported_module

Function host_load_imported_module 

Source
pub(crate) fn host_load_imported_module(
    cx: &mut CurrentRealm<'_>,
    referrer: Handle<'_, *mut JSScript>,
    module_request: Handle<'_, *mut JSObject>,
    specifier: String,
    host_defined: Handle<'_, JSVal>,
    payload: Handle<'_, JSVal>,
)
Expand description