Comments and cleanup.
This commit is contained in:
parent
9155544a5a
commit
684c0dc494
1 changed files with 2 additions and 4 deletions
|
|
@ -88,13 +88,11 @@ const int obj_body_elt_typarams = 1;
|
|||
|
||||
const int obj_body_elt_fields = 2;
|
||||
|
||||
// The base object to which an anonymous object is attached.
|
||||
const int obj_body_elt_with_obj = 3;
|
||||
|
||||
|
||||
/* The base object to which an anonymous
|
||||
* object is attached */
|
||||
// The two halves of a closure: code and environment.
|
||||
const int fn_field_code = 0;
|
||||
|
||||
const int fn_field_box = 1;
|
||||
|
||||
const int closure_elt_tydesc = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue