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

Function codebinNoK

lib/lua/src/lcode.c:1490–1495  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

codearithFunction · 0.85
codebitwiseFunction · 0.85

Calls 2

swapexpsFunction · 0.85
codebinexpvalFunction · 0.85

Tested by

no test coverage detected