Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance
52 LUAI_FUNC Table *luaH_new (lua_State *L);
222 Table *registry = luaH_new(L); in init_registry()228 sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
636 Table *luaH_new (lua_State *L) { in luaH_new() function
304 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
775 t = luaH_new(L); in lua_createtable()
1963 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()
1461 t = luaH_new(L); /* memory allocation */