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.