MCPcopy Create free account
hub / github.com/danomatika/ofxLua / codebinNoK

Function codebinNoK

libs/lua/lcode.c:1487–1492  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

codearithFunction · 0.85
codebitwiseFunction · 0.85

Calls 2

swapexpsFunction · 0.85
codebinexpvalFunction · 0.85

Tested by

no test coverage detected