| 24869 | } |
| 24870 | |
| 24871 | void set_exception_handler(exception_handler_function handler) { |
| 24872 | set_default_exception_handler(lua_state(), handler); |
| 24873 | } |
| 24874 | |
| 24875 | template <typename... Args, typename... Keys> |
| 24876 | decltype(auto) get(Keys&&... keys) const { |
no test coverage detected