MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / init_var

Function init_var

extlibs/lua/src/lparser.c:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262static void init_var (FuncState *fs, expdesc *e, int i) {
263 e->f = e->t = NO_JUMP;
264 e->k = VLOCAL;
265 e->u.var.vidx = i;
266 e->u.var.sidx = getlocalvardesc(fs, i)->vd.sidx;
267}
268
269
270static void check_readonly (LexState *ls, expdesc *e) {

Callers 1

searchvarFunction · 0.85

Calls 1

getlocalvardescFunction · 0.85

Tested by

no test coverage detected