Home
last modified time | relevance | path

Searched refs:luaT_trybinassocTM (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dltm.c174 void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinassocTM() function
187 luaT_trybinassocTM(L, p1, &aux, flip, res, event); in luaT_trybiniTM()
Dltm.h88 LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
Dlvm.c1484 Protect(luaT_trybinassocTM(L, s2v(ra), imm, flip, result, tm)); in luaV_execute()