Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.c61 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm()
83 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj()
95 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
Dltable.h41 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
Dltable.c711 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr() function
729 return luaH_getshortstr(t, key); in luaH_getstr()
743 case LUA_VSHRSTR: return luaH_getshortstr(t, tsvalue(key)); in luaH_get()
Dlvm.c1219 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1259 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) { in luaV_execute()
1272 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1312 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) { in luaV_execute()