MCPcopy Create free account
hub / github.com/F-Stack/f-stack / exp1

Function exp1

freebsd/contrib/openzfs/module/lua/lparser.c:1276–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274
1275
1276static int exp1 (LexState *ls) {
1277 expdesc e;
1278 int reg;
1279 expr(ls, &e);
1280 luaK_exp2nextreg(ls->fs, &e);
1281 lua_assert(e.k == VNONRELOC);
1282 reg = e.u.info;
1283 return reg;
1284}
1285
1286
1287static void forbody (LexState *ls, int base, int line, int nvars, int isnum) {

Callers 1

fornumFunction · 0.70

Calls 2

exprFunction · 0.70
luaK_exp2nextregFunction · 0.70

Tested by

no test coverage detected