wrote some code to process class method definition

This commit is contained in:
2022-02-13 02:39:37 +00:00
parent cdc499763e
commit eefc544644
2 changed files with 23 additions and 6 deletions

View File

@ -384,9 +384,10 @@ struct hcl_cframe_t
hcl_ooi_t index;
} dic_list;
/* COP_EMIT_LAMBDA */
/* COP_POST_LAMBDA, COP_EMIT_LAMBDA */
struct
{
int is_class_method;
hcl_oow_t jump_inst_pos;
hcl_ooi_t lfbase_pos;
hcl_ooi_t lfsize_pos;