MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_indexed

Function luaK_indexed

Source/Misc/lua/src/lua.c:4298–4301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4296
4297
4298void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
4299t->u.s.aux = luaK_exp2RK(fs, k);
4300t->k = VINDEXED;
4301}
4302
4303
4304static 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