If I recall correctly in the previous version of the JavaScript compressor it was possible to provide function names starting with an underscore that got translated into _0, _1 etc. This was a handy way to enter into the compressed/obfuscated code via a function call in an HTML event. As far as I can see that feature appears to have been taken out. Or perhaps it is there but not documented anymore?