XPCOMUtils.jsm
From MDC
This article covers features introduced in Firefox 3
XPCOMUtils.jsm is a module containing utilities for JavaScript components loaded by the JS component loader.
You can find usage example in the js/src/xpconnect/loader/XPCOMUtils.jsm file. This module is usually loaded by using the Components.utils.import function.