luaH_getstr
case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key));
LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
const TValue *tm = luaH_getstr(events, ename);
return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject);