MCPcopy Create free account
hub / github.com/axmolengine/axmol / exp1

Function exp1

3rdparty/lua/plainlua/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.85

Calls 2

exprFunction · 0.85
luaK_exp2nextregFunction · 0.85

Tested by

no test coverage detected