| 905 | } |
| 906 | |
| 907 | void AddAstStatement(GluaDecompileContextP ctx, Function* F, AstStatement* stmt) { |
| 908 | FlushBoolean(ctx, F); |
| 909 | if (ctx->error.length()>0) return; |
| 910 | |
| 911 | RawAddAstStatement(F, stmt); |
| 912 | } |
| 913 | |
| 914 | /* |
| 915 | * ------------------------------------------------------------------------- |
no test coverage detected