| 949 | |
| 950 | |
| 951 | static lu_byte finishnodeget (const TValue *val, TValue *res) { |
| 952 | if (!ttisnil(val)) { |
| 953 | setobj(((lua_State*)NULL), res, val); |
| 954 | } |
| 955 | return ttypetag(val); |
| 956 | } |
| 957 | |
| 958 | |
| 959 | lu_byte luaH_getint (Table *t, lua_Integer key, TValue *res) { |
no outgoing calls
no test coverage detected