| 515 | } |
| 516 | |
| 517 | inline LuaState* LuaState::ThreadLocalState() { |
| 518 | return ThreadLocalStore<LuaState>::Get(); |
| 519 | } |
| 520 | |
| 521 | inline LuaRef LuaState::Eval(const char* lua_code) { |
| 522 | LuaRef ret; |
nothing calls this directly
no outgoing calls
no test coverage detected