// Add a few things onto the beginning.
// Reserve the "_" identifier.
JsVars vars = new JsVars();
vars.add(new JsVar(globalTemp));
globalStmts.add(0, vars);
// Long lits must go at the top, they can be constant field initializers.
generateLongLiterals(vars);