Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.h31 LUAI_FUNC Table *luaH_new (lua_State *L);
Dlstate.c168 Table *registry = luaH_new(L); in init_registry()
175 sethvalue(L, &mt, luaH_new(L)); in init_registry()
Dltable.c368 Table *luaH_new (lua_State *L) { in luaH_new() function
Dldebug.c205 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
Dlvm.c606 Table *t = luaH_new(L); in luaV_execute()
Dlapi.c677 t = luaH_new(L); in lua_createtable()
Dlparser.c547 fs->h = luaH_new(L); in open_func()