wip - out-of-class method definition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-01 01:24:00 +09:00
parent e0ba7c6f12
commit da4e895f6f
3 changed files with 62 additions and 11 deletions

View File

@ -602,6 +602,7 @@ struct hcl_cframe_t
hcl_oow_t jump_inst_pos;
hcl_ooi_t lfbase_pos;
hcl_ooi_t lfsize_pos;
hcl_cnode_t* class_name; /* class name for out-of-class method definition */
} lambda;
/* COP_EMIT_RETURN */