| 616 | |
| 617 | |
| 618 | static void reprepstate(MatchState *ms) { |
| 619 | ms->level = 0; |
| 620 | lua_assert(ms->matchdepth == MAXCCALLS); |
| 621 | } |
| 622 | |
| 623 | #define ARGS_ERROR() { global_glua_chain_api->throw_exception(L, THINKYOUNG_API_SIMPLE_ERROR, "arguments wrong"); return 0; } |
| 624 |
no outgoing calls
no test coverage detected