| 514 | CommonHeader; lu_byte nupvalues; GCObject *gclist |
| 515 | |
| 516 | typedef struct CClosure { |
| 517 | ClosureHeader; |
| 518 | lua_CFunction f; |
| 519 | TValue upvalue[1]; /* list of upvalues */ |
| 520 | } CClosure; |
| 521 | |
| 522 | |
| 523 | typedef struct LClosure { |
nothing calls this directly
no outgoing calls
no test coverage detected