public class HandleCrossFragmentReferences
extends Object
Rewrite JavaScript to better handle references from one code fragment to
another. For any function defined off the initial download and accessed from
a different island than the one it's defined on, predefine a variable in the
initial download to hold its definition.