tc.gc.KnowHOWAttribute = type_obj;
}
private static SixModelObject bootType(ThreadContext tc, String typeName, String reprName) {
SixModelObject knowhow_how = tc.gc.KnowHOW.st.HOW;
KnowHOWREPRInstance meta_obj = (KnowHOWREPRInstance)knowhow_how.st.REPR.allocate(tc, knowhow_how.st);
meta_obj.name = typeName;
REPR repr = REPRRegistry.getByName(reprName);
SixModelObject type_obj = repr.type_object_for(tc, meta_obj);
type_obj.st.MethodCache = meta_obj.methods;
type_obj.st.ModeFlags = STable.METHOD_CACHE_AUTHORITATIVE;