| 444 | CommonHeader; lu_byte nupvalues; GCObject *gclist |
| 445 | |
| 446 | typedef struct CClosure { |
| 447 | ClosureHeader; |
| 448 | lua_CFunction f; |
| 449 | TValue upvalue[1]; /* list of upvalues */ |
| 450 | } CClosure; |
| 451 | |
| 452 | |
| 453 | typedef struct LClosure { |
nothing calls this directly
no outgoing calls
no test coverage detected