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

Function codebinNoK

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

Calls 2

swapexpsFunction · 0.85
codebinexpvalFunction · 0.85

Tested by

no test coverage detected