MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / exp1

Function exp1

third-party/lua-5.4.6/src/lparser.c:1516–1521  ·  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

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

Callers 1

fornumFunction · 0.70

Calls 2

exprFunction · 0.70
luaK_exp2nextregFunction · 0.70

Tested by

no test coverage detected