| 203 | return thinkyoung::lua::lib::stop_repl(_L); |
| 204 | } |
| 205 | bool GluaStateScope::start_repl_async() |
| 206 | { |
| 207 | return thinkyoung::lua::lib::start_repl_async(_L); |
| 208 | } |
| 209 | bool GluaStateScope::check_repl_running() |
| 210 | { |
| 211 | return thinkyoung::lua::lib::check_repl_running(_L); |
no test coverage detected