** Execute a protected call. */
| 1061 | ** Execute a protected call. |
| 1062 | */ |
| 1063 | struct CallS { /* data to 'f_call' */ |
| 1064 | StkId func; |
| 1065 | int nresults; |
| 1066 | }; |
| 1067 | |
| 1068 | |
| 1069 | static void f_call (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected