Home
last modified time | relevance | path

Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltable.h50 LUAI_FUNC Table *luaH_new (lua_State *L);
A Dlstate.c218 Table *registry = luaH_new(L); in init_registry()
224 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
A Dltable.c615 Table *luaH_new (lua_State *L) { in luaH_new() function
A Dldebug.c300 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
A Dlapi.c759 t = luaH_new(L); in lua_createtable()
A Dlvm.c1338 t = luaH_new(L); /* memory allocation */ in luaV_execute()
A Dlparser.c1938 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()

Completed in 17 milliseconds