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

Class CClosure

third-party/lua-5.2.4/src/lobject.h:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 CommonHeader; lu_byte nupvalues; GCObject *gclist
515
516typedef struct CClosure {
517 ClosureHeader;
518 lua_CFunction f;
519 TValue upvalue[1]; /* list of upvalues */
520} CClosure;
521
522
523typedef struct LClosure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected