** Execute a protected call. */
| 1028 | ** Execute a protected call. |
| 1029 | */ |
| 1030 | struct CallS { /* data to 'f_call' */ |
| 1031 | StkId func; |
| 1032 | int nresults; |
| 1033 | }; |
| 1034 | |
| 1035 | |
| 1036 | static void f_call (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected