| 645 | CommonHeader; lu_byte nupvalues; GCObject *gclist |
| 646 | |
| 647 | typedef struct CClosure { |
| 648 | ClosureHeader; |
| 649 | lua_CFunction f; |
| 650 | TValue upvalue[1]; /* list of upvalues */ |
| 651 | } CClosure; |
| 652 | |
| 653 | |
| 654 | typedef struct LClosure { |
nothing calls this directly
no outgoing calls
no test coverage detected