| 47 | |
| 48 | static skr::FlatHashMap<lua_State*, void*> ExtraSpace; |
| 49 | void** lua_getextraspace(lua_State* L) |
| 50 | { |
| 51 | return &ExtraSpace[L]; |
| 52 | } |
| 53 | |
| 54 | int skr_lua_loadfile(lua_State* L, const char* filename) |
| 55 | { |
no outgoing calls
no test coverage detected