| 20854 | } |
| 20855 | |
| 20856 | inline protected_function_result script_pass_on_error(lua_State*, protected_function_result result) { |
| 20857 | return result; |
| 20858 | } |
| 20859 | |
| 20860 | inline protected_function_result script_throw_on_error(lua_State*L, protected_function_result result) { |
| 20861 | type t = type_of(L, result.stack_index()); |
no outgoing calls
no test coverage detected