| 124 | |
| 125 | |
| 126 | static void init_exp (expdesc *e, expkind k, int i) { |
| 127 | e->f = e->t = NO_JUMP; |
| 128 | e->k = k; |
| 129 | e->u.s.info = i; |
| 130 | } |
| 131 | |
| 132 | |
| 133 | static void codestring (LexState *ls, expdesc *e, TString *s) { |
no outgoing calls
no test coverage detected