| 21128 | } |
| 21129 | |
| 21130 | inline int index_target_fail(lua_State* L, void*) { |
| 21131 | return index_fail(L); |
| 21132 | } |
| 21133 | |
| 21134 | inline int new_index_fail(lua_State* L) { |
| 21135 | return luaL_error(L, "sol: cannot set (new_index) into this object: no defined new_index operation on usertype"); |
nothing calls this directly
no test coverage detected