Searched refs:luaH_getshortstr (Results 1 – 3 of 3) sorted by relevance
60 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm()82 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()94 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
46 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
539 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr() function577 return luaH_getshortstr(t, key); in luaH_getstr()591 case LUA_TSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()