| 211 | return thinkyoung::lua::lib::check_repl_running(_L); |
| 212 | } |
| 213 | int *GluaStateScope::get_repl_state() |
| 214 | { |
| 215 | return thinkyoung::lua::lib::get_repl_state(_L); |
| 216 | } |
| 217 | |
| 218 | void GluaStateScope::add_system_extra_libs() |
| 219 | { |
nothing calls this directly
no test coverage detected