| 173 | } |
| 174 | |
| 175 | void LuaRoot::ScriptCache::clear() { |
| 176 | RecursiveMutexLocker locker(mutex); |
| 177 | scripts.clear(); |
| 178 | } |
| 179 | |
| 180 | void LuaRoot::ScriptCache::loadContextScript(LuaContext& context, String const& assetPath) { |
| 181 | RecursiveMutexLocker locker(mutex); |
no outgoing calls
no test coverage detected