MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / exp1

Function exp1

Source/Misc/lua/src/lua.c:8612–8619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8610
8611
8612static int exp1 (LexState *ls) {
8613expdesc e;
8614int k;
8615expr(ls, &e);
8616k = e.k;
8617luaK_exp2nextreg(ls->fs, &e);
8618return k;
8619}
8620
8621
8622static void forbody (LexState *ls, int base, int line, int nvars, int isnum) {

Callers 1

fornumFunction · 0.85

Calls 2

exprFunction · 0.85
luaK_exp2nextregFunction · 0.85

Tested by

no test coverage detected