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