** Execute a protected call. */
| 933 | ** Execute a protected call. |
| 934 | */ |
| 935 | struct CallS { /* data to 'f_call' */ |
| 936 | StkId func; |
| 937 | int nresults; |
| 938 | }; |
| 939 | |
| 940 | |
| 941 | static void f_call (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected