x.getEntryCount(0), entryFunctions.length);
if (!nonInitialEntries.isEmpty()) {
JMethod loadedMethod = program.getIndexedMethod("AsyncFragmentLoader.browserLoaderLeftoversFragmentHasLoaded");
JsName loadedMethodName = names.get(loadedMethod);
JsInvocation call = new JsInvocation(jsProgram.getSourceInfo());
call.setQualifier(loadedMethodName.makeRef(jsProgram.getSourceInfo().makeChild()));
globalStmts.add(call.makeStmt());
}
for (JsFunction func : nonInitialEntries) {
if (func != null) {
JsInvocation call = new JsInvocation(jsProgram.getSourceInfo());