! * \param L the other lua state. * \return if the internal lua state is same as L */
| 262 | * \return if the internal lua state is same as L |
| 263 | */ |
| 264 | inline bool SameLuaState(lua_State *L) const { |
| 265 | return L_ == L; |
| 266 | } |
| 267 | |
| 268 | protected: |
| 269 | struct StackReset; |