Ignore JS::Rooted instantiations that are specialized
The JS::Rooted instantiations we use represent the thing being rooted as a pointer to a GC type (or some kind of newtype around such a thing). These problematic instantiations actually have multiple words inline in the JS::Rooted, which causes layout test failures.