** Execute a protected call. */
| 913 | ** Execute a protected call. |
| 914 | */ |
| 915 | struct CallS { /* data to `f_call' */ |
| 916 | StkId func; |
| 917 | int nresults; |
| 918 | }; |
| 919 | |
| 920 | |
| 921 | static void f_call (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected