Searched defs:ProtectedCall (Results 1 – 1 of 1) sorted by relevance
262 struct ProtectedCall { in RunProtected() struct263 std::function<int()> func; in RunProtected()265 static int run(lua_State *state) { in RunProtected()