MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaK_indexed

Function luaK_indexed

lua/lcode.c:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635
636void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
637 t->u.s.aux = luaK_exp2RK(fs, k);
638 t->k = VINDEXED;
639}
640
641
642static int constfolding (OpCode op, expdesc *e1, expdesc *e2) {

Callers 2

fieldFunction · 0.85
primaryexpFunction · 0.85

Calls 1

luaK_exp2RKFunction · 0.85

Tested by

no test coverage detected