Searched refs:ProtectedCall (Results 1 – 1 of 1) sorted by relevance
262 struct ProtectedCall { in RunProtected() struct267 ProtectedCall *p = static_cast<ProtectedCall *>( in RunProtected()272 ProtectedCall protected_call = {func}; in RunProtected()274 lua_pushcclosure(state_, &ProtectedCall::run, /*n=*/1); in RunProtected()