** Execute a protected call. */
| 790 | ** Execute a protected call. |
| 791 | */ |
| 792 | struct CallS { /* data to `f_call' */ |
| 793 | StkId func; |
| 794 | int nresults; |
| 795 | }; |
| 796 | |
| 797 | |
| 798 | static void f_call (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected