| 121 | } |
| 122 | |
| 123 | bool equals(lua_State* L_, const stateless_stack_reference& r) const noexcept { |
| 124 | return lua_compare(L_, this->stack_index(), r.stack_index(), LUA_OPEQ) == 1; |
| 125 | } |
| 126 | |
| 127 | bool equals(lua_State* L_, lua_nil_t) const noexcept { |
| 128 | return valid(L_); |
no test coverage detected