Function GetModuleMetadataHook

Source
pub unsafe extern "C" fn GetModuleMetadataHook(
    rt: *mut JSRuntime,
) -> Option<unsafe extern "C" fn(*mut JSContext, Handle<Value>, Handle<*mut JSObject>) -> bool>
Expand description

Get the hook for populating the import.meta metadata object.