Function mozjs_sys::jsapi::JS::SetModuleMetadataHook

source ยท
pub unsafe extern "C" fn SetModuleMetadataHook(
    rt: *mut JSRuntime,
    func: ModuleMetadataHook,
)
Expand description

Set the hook for populating the import.meta metadata object to the given function.