| 7700 | |
| 7701 | |
| 7702 | static void init_exp (expdesc *e, expkind k, int i) { |
| 7703 | e->f = e->t = NO_JUMP; |
| 7704 | e->k = k; |
| 7705 | e->u.s.info = i; |
| 7706 | } |
| 7707 | |
| 7708 | |
| 7709 | static void codestring (LexState *ls, expdesc *e, TString *s) { |
no outgoing calls
no test coverage detected