MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / exp1

Function exp1

src/Chain/libraries/glua/lparser.cpp:1337–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335
1336
1337static int exp1(LexState *ls) {
1338 expdesc e;
1339 int reg;
1340 expr(ls, &e);
1341 luaK_exp2nextreg(ls->fs, &e);
1342 lua_assert(e.k == VNONRELOC);
1343 reg = e.u.info;
1344 return reg;
1345}
1346
1347
1348static void forbody(LexState *ls, int base, int line, int nvars, int isnum) {

Callers 1

fornumFunction · 0.85

Calls 2

luaK_exp2nextregFunction · 0.85
exprFunction · 0.70

Tested by

no test coverage detected