| 200 | } |
| 201 | |
| 202 | void abandon() { |
| 203 | stateless_stack_reference::abandon(lua_state()); |
| 204 | } |
| 205 | }; |
| 206 | |
| 207 | inline bool operator==(const stack_reference& l, const stack_reference& r) { |
nothing calls this directly
no outgoing calls
no test coverage detected