MethodBinding binding= MethodBinding.lookup("javascript.Utils", "cmp", "(DDI)I");
MethodInvocation mi= new MethodInvocation(methodDecl, binding);
Expression value2= stack.pop();
mi.addArgument(stack.pop());
mi.addArgument(value2);
int gORl= 0;
if (instructionType.getName().endsWith("g"))
gORl= 1;
else if (instructionType.getName().endsWith("l"))