Capture typarams into obj, independent of body tydesc.
This commit is contained in:
parent
ce17fe2a90
commit
be97a77be8
2 changed files with 79 additions and 19 deletions
|
|
@ -44,7 +44,8 @@ const int obj_field_vtbl = 0;
|
|||
const int obj_field_box = 1;
|
||||
|
||||
const int obj_body_elt_tydesc = 0;
|
||||
const int obj_body_elt_fields = 1;
|
||||
const int obj_body_elt_typarams = 1;
|
||||
const int obj_body_elt_fields = 2;
|
||||
|
||||
const int fn_field_code = 0;
|
||||
const int fn_field_box = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue