Slot inheritedSlot = baseobj.getSlot(cx,slot_id);
// Hack
inheritedSlot.setVarIndex(-1);
int index = inheritedSlot.implies(cx,EMPTY_TOKEN);
Slot inheritedCallSlot = baseobj.getSlot(cx,index);
index = inheritedSlot.implies(cx,NEW_TOKEN);
Slot inheritedConstructorSlot = baseobj.getSlot(cx,index);