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

Function luaT_trybiniTM

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

Source from the content-addressed store, hash-verified

187
188
189void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
190 int flip, StkId res, TMS event) {
191 TValue aux;
192 setivalue(&aux, i2);
193 luaT_trybinassocTM(L, p1, &aux, flip, res, event);
194}
195
196
197/*

Callers 1

luaV_executeFunction · 0.70

Calls 1

luaT_trybinassocTMFunction · 0.70

Tested by

no test coverage detected