Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.h81 LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
Dltm.c103 void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTM() function
Dlvm.c357 luaT_callTM(L, tm, t, key, val); in luaV_finishset()