Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.h42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
Dltable.c727 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
Dlapi.c618 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr()
799 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
Dlvm.c1343 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()