| 222 | } |
| 223 | |
| 224 | reference error_handler() const noexcept { |
| 225 | return reference(m_L, registry_index(m_error_handler.index)); |
| 226 | } |
| 227 | |
| 228 | set_error_handler(reference new_error_handler) noexcept { |
| 229 | this->m_error_handler = stateless_reference(this->m_L, std::move(new_error_handler)); |
nothing calls this directly
no outgoing calls
no test coverage detected