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

Function luaT_trybinassocTM

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

Source from the content-addressed store, hash-verified

173
174
175void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2,
176 int flip, StkId res, TMS event) {
177 if (flip)
178 luaT_trybinTM(L, p2, p1, res, event);
179 else
180 luaT_trybinTM(L, p1, p2, res, event);
181}
182
183
184void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,

Callers 2

luaV_executeFunction · 0.70
luaT_trybiniTMFunction · 0.70

Calls 1

luaT_trybinTMFunction · 0.70

Tested by

no test coverage detected