Home
last modified time | relevance | path

Searched refs:lua_isfunction (Results 1 – 9 of 9) sorted by relevance

/external/skqp/samplecode/
DSampleLua.cpp47 if (lua_isfunction(L, -1)) { in setImageFilename()
80 if (lua_isfunction(L, -1)) { in onQuery()
100 if (!lua_isfunction(L, -1)) { in onDrawContent()
120 if (lua_isfunction(L, -1)) { in onFindClickHandler()
/external/mesa3d/src/freedreno/decode/
Dscript.c615 if (!lua_isfunction(L, -1)) { in script_start_cmdstream()
638 if (!lua_isfunction(L, -1)) { in script_draw()
702 if (!lua_isfunction(L, -1)) { in script_packet()
736 if (!lua_isfunction(L, -1)) { in simple_call()
/external/skqp/tools/lua/
Dlua_pictures.cpp52 if (!lua_isfunction(L, -1)) { in call_canvas()
/external/bcc/src/lua/src/
Dmain.c77 if (!lua_isfunction(L, -1)) { in traceback()
/external/lua/src/
Dldblib.c155 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()
206 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
Dlua.h372 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
Dloadlib.c640 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
/external/skqp/src/utils/
DSkLuaCanvas.cpp23 if (!lua_isfunction(L, -1)) { in AutoCallLua()
DSkLua.cpp1769 if (!lua_isfunction(L, -1)) { in AutoCallLua()