| 10438 | |
| 10439 | protected: |
| 10440 | basic_reference(lua_State* L_, global_tag_t) noexcept : basic_reference(detail::pick_main_thread<main_only>(L_, L_), global_tag, global_tag) { |
| 10441 | } |
| 10442 | |
| 10443 | basic_reference(lua_State* L_, global_tag_t, global_tag_t) noexcept : stateless_reference(L_, global_tag), luastate(L_) { |
| 10444 | } |
nothing calls this directly
no test coverage detected