MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / CClosure

Class CClosure

third-party/lua-5.5.0/src/lobject.h:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 CommonHeader; lu_byte nupvalues; GCObject *gclist
698
699typedef struct CClosure {
700 ClosureHeader;
701 lua_CFunction f;
702 TValue upvalue[1]; /* list of upvalues */
703} CClosure;
704
705
706typedef struct LClosure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected