Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaC_newobj
Function
luaC_newobj
third-party/lua-5.4.6/src/lgc.c:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
269
270
GCObject *luaC_newobj (lua_State *L, int tt, size_t sz) {
271
return luaC_newobjdt(L, tt, sz, 0);
272
}
273
274
/* }====================================================== */
275
Callers
8
luaH_new
Function · 0.70
luaF_newCclosure
Function · 0.70
luaF_newLclosure
Function · 0.70
luaF_initupvals
Function · 0.70
newupval
Function · 0.70
luaF_newproto
Function · 0.70
createstrobj
Function · 0.70
luaS_newudata
Function · 0.70
Calls
1
luaC_newobjdt
Function · 0.70
Tested by
no test coverage detected