MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua_createtable

Function lua_createtable

ogsr_engine/LuaJIT/src/lj_api.c:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719LUA_API void lua_createtable(lua_State *L, int narray, int nrec)
720{
721 lj_gc_check(L);
722 settabV(L, L->top, lj_tab_new_ah(L, narray, nrec));
723 incr_top(L);
724}
725
726LUALIB_API int luaL_newmetatable(lua_State *L, const char *tname)
727{

Callers 10

lib_ffi.cFile · 0.70
lib_debug.cFile · 0.70
createargtableFunction · 0.70
lib_jit.cFile · 0.70
luaL_findtableFunction · 0.70
lib_os.cFile · 0.70
lj_cf_package_seeallFunction · 0.70
luaopen_packageFunction · 0.70
lib_create_tableFunction · 0.70
script_vars_dumpFunction · 0.50

Calls 1

lj_tab_new_ahFunction · 0.85

Tested by

no test coverage detected