| 24986 | } |
| 24987 | |
| 24988 | inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) { |
| 24989 | return result; |
| 24990 | } |
| 24991 | |
| 24992 | inline protected_function_result script_throw_on_error(lua_State* L, protected_function_result result) { |
| 24993 | type t = type_of(L, result.stack_index()); |
no outgoing calls
no test coverage detected