(RealStatePtr L, int funcidx, int top)
| 1401 | int csharpWrapperSize = 0; |
| 1402 | |
| 1403 | internal int CallCSharpWrapper(RealStatePtr L, int funcidx, int top) |
| 1404 | { |
| 1405 | return csharpWrapper[funcidx](L, top); |
| 1406 | } |
| 1407 | |
| 1408 | void ensureCSharpWrapperCapacity(int min) |
| 1409 | { |
no outgoing calls
no test coverage detected