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

Function fillidxk

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

auxiliary function to define indexing expressions */

Source from the content-addressed store, hash-verified

1343
1344/* auxiliary function to define indexing expressions */
1345static void fillidxk (expdesc *t, int idx, expkind k) {
1346 t->u.ind.idx = cast_byte(idx);
1347 t->k = k;
1348}
1349
1350
1351/*

Callers 1

luaK_indexedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected