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

Function codebinNoK

third-party/lua-5.5.0/src/lcode.c:1572–1577  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1570** Code binary operators with no constant operand.
1571*/
1572static void codebinNoK (FuncState *fs, BinOpr opr,
1573 expdesc *e1, expdesc *e2, int flip, int line) {
1574 if (flip)
1575 swapexps(e1, e2); /* back to original order */
1576 codebinexpval(fs, opr, e1, e2, line); /* use standard operators */
1577}
1578
1579
1580/*

Callers 2

codearithFunction · 0.70
codebitwiseFunction · 0.70

Calls 2

swapexpsFunction · 0.70
codebinexpvalFunction · 0.70

Tested by

no test coverage detected