MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / exp1

Function exp1

lib/lua/src/lparser.c:1517–1522  ·  view source on GitHub ↗

** Read an expression and generate code to put its results in next ** stack slot. ** */

Source from the content-addressed store, hash-verified

1515**
1516*/
1517static void exp1 (LexState *ls) {
1518 expdesc e;
1519 expr(ls, &e);
1520 luaK_exp2nextreg(ls->fs, &e);
1521 lua_assert(e.k == VNONRELOC);
1522}
1523
1524
1525/*

Callers 1

fornumFunction · 0.85

Calls 2

exprFunction · 0.85
luaK_exp2nextregFunction · 0.85

Tested by

no test coverage detected