Function mozjs_sys::jsapi::JS::SetModuleResolveHook
source ยท pub unsafe extern "C" fn SetModuleResolveHook(
rt: *mut JSRuntime,
func: ModuleResolveHook,
)
Expand description
Set the HostResolveImportedModule hook for the runtime to the given function.