ob.getSlot(cx,slot_id).addType(type.getDefaultTypeInfo());
CHECK_SLOT_INDEX(expected_id,slot_id);
ob.defineNames(cx,GET_TOKEN,name,namespaces,slot_id);
ob.defineNames(cx,SET_TOKEN,name,namespaces,slot_id);
Slot slot = ob.getSlot(cx,slot_id);
slot.attrs(CALL_ThisMethod,method_id);
if( is_intrinsic || basebui!=null && basebui.is_intrinsic )
{
slot.setVarIndex(-1); // erase the var_index
}