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

Function luaT_trybiniTM

third-party/lua-5.4.6/src/ltm.c:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
185 int flip, StkId res, TMS event) {
186 TValue aux;
187 setivalue(&aux, i2);
188 luaT_trybinassocTM(L, p1, &aux, flip, res, event);
189}
190
191
192/*

Callers 1

luaV_executeFunction · 0.70

Calls 1

luaT_trybinassocTMFunction · 0.70

Tested by

no test coverage detected