Home
last modified time | relevance | path

Searched refs:luaH_get (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.h28 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
Dltable.c481 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function
511 const TValue *p = luaH_get(t, key); in luaH_set()
Dlvm.c116 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable()
142 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable()
Dlapi.c644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()