if (doingAPIVersioning) {
qname_index = ab.addMultiNameConstant(bytecodeFactory.ConstantMultiname(name_index,namespaces.back(),false));
}
else {
qname_index = ab.addMultiNameConstant(bytecodeFactory.ConstantQualifiedName(name_index,namespaces.back(),false));
}
// Using the last namespace, get the slot for the name
ObjectValue objval = slot.getInitializerValue();