Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.h47 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
Dltable.c575 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
Dlapi.c591 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr()
747 if (luaV_fastset(L, t, str, slot, luaH_getstr, L->top - 1)) in auxsetstr()
Dlvm.c883 if (luaV_fastget(L, rb, key, aux, luaH_getstr)) { in luaV_execute()