<pre data-sub="prettyprint:_">

        Function.__typeName = 'Function';
        Function.__class = true;

        //....

        window.Type = Function;
        window.__rootNamespaces = [];
        window.__registeredTypes = {};

        </pre>