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

Function exp1

other_src/lua/src/lparser.cpp:1036–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035
1036static int exp1 (LexState *ls) {
1037 expdesc e;
1038 int k;
1039 expr(ls, &e);
1040 k = e.k;
1041 luaK_exp2nextreg(ls->fs, &e);
1042 return k;
1043}
1044
1045
1046static 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