| 697 | CommonHeader; lu_byte nupvalues; GCObject *gclist |
| 698 | |
| 699 | typedef struct CClosure { |
| 700 | ClosureHeader; |
| 701 | lua_CFunction f; |
| 702 | TValue upvalue[1]; /* list of upvalues */ |
| 703 | } CClosure; |
| 704 | |
| 705 | |
| 706 | typedef struct LClosure { |
nothing calls this directly
no outgoing calls
no test coverage detected