| 533 | |
| 534 | protected: |
| 535 | basic_reference(lua_State* L_, global_tag_t) noexcept : basic_reference(detail::pick_main_thread<main_only>(L_, L_), global_tag, global_tag) { |
| 536 | } |
| 537 | |
| 538 | basic_reference(lua_State* L_, global_tag_t, global_tag_t) noexcept : stateless_reference(L_, global_tag), luastate(L_) { |
| 539 | } |
nothing calls this directly
no test coverage detected