MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaC_link

Function luaC_link

Source/Misc/lua/src/lua.c:6688–6694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6686
6687
6688void luaC_link (lua_State *L, GCObject *o, lu_byte tt) {
6689global_State *g = G(L);
6690o->gch.next = g->rootgc;
6691g->rootgc = o;
6692o->gch.marked = luaC_white(g);
6693o->gch.tt = tt;
6694}
6695
6696
6697void luaC_linkupval (lua_State *L, UpVal *uv) {

Callers 6

luaF_newCclosureFunction · 0.85
luaF_newLclosureFunction · 0.85
luaF_newupvalFunction · 0.85
luaF_newprotoFunction · 0.85
luaE_newthreadFunction · 0.85
luaH_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected