| 751 | |
| 752 | |
| 753 | l_sinline Table *gettable (lua_State *L, int idx) { |
| 754 | TValue *t = index2value(L, idx); |
| 755 | api_check(L, ttistable(t), "table expected"); |
| 756 | return hvalue(t); |
| 757 | } |
| 758 | |
| 759 | |
| 760 | LUA_API int lua_rawget (lua_State *L, int idx) { |
no test coverage detected