| 24197 | } |
| 24198 | |
| 24199 | inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) { |
| 24200 | return result; |
| 24201 | } |
| 24202 | |
| 24203 | inline protected_function_result script_throw_on_error(lua_State*L, protected_function_result result) { |
| 24204 | type t = type_of(L, result.stack_index()); |
no outgoing calls
no test coverage detected