MCPcopy Create free account
hub / github.com/ejoy/ejoy2d / codeexpval

Function codeexpval

lua/lcode.c:793–821  ·  view source on GitHub ↗

** Code for binary and unary expressions that "produce values" ** (arithmetic operations, bitwise operations, concat, length). First ** try to do constant folding (only for numeric [arithmetic and ** bitwise] operations, which is what 'lua_arith' accepts). ** Expression to produce final result will be encoded in 'e1'. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

luaK_prefixFunction · 0.85
luaK_posfixFunction · 0.85

Calls 6

constfoldingFunction · 0.85
luaK_exp2anyregFunction · 0.85
luaK_exp2RKFunction · 0.85
freeexpFunction · 0.85
luaK_codeABCFunction · 0.85
luaK_fixlineFunction · 0.85

Tested by

no test coverage detected