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

Function codebinNoK

third-party/lua-5.4.6/src/lcode.c:1491–1496  ·  view source on GitHub ↗

** Code binary operators with no constant operand. */

Source from the content-addressed store, hash-verified

1489** Code binary operators with no constant operand.
1490*/
1491static void codebinNoK (FuncState *fs, BinOpr opr,
1492 expdesc *e1, expdesc *e2, int flip, int line) {
1493 if (flip)
1494 swapexps(e1, e2); /* back to original order */
1495 codebinexpval(fs, opr, e1, e2, line); /* use standard operators */
1496}
1497
1498
1499/*

Callers 2

codearithFunction · 0.70
codebitwiseFunction · 0.70

Calls 2

swapexpsFunction · 0.70
codebinexpvalFunction · 0.70

Tested by

no test coverage detected