Comments and cleanup.
This commit is contained in:
parent
9155544a5a
commit
684c0dc494
@ -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…
x
Reference in New Issue
Block a user