| 943 | |
| 944 | |
| 945 | static int hashkeyisempty (Table *t, lua_Unsigned key) { |
| 946 | const TValue *val = getintfromhash(t, l_castU2S(key)); |
| 947 | return isempty(val); |
| 948 | } |
| 949 | |
| 950 | |
| 951 | static lu_byte finishnodeget (const TValue *val, TValue *res) { |
no test coverage detected