Searched refs:lua_isfunction (Results 1 – 9 of 9) sorted by relevance
/external/skqp/samplecode/ |
D | SampleLua.cpp | 47 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/ |
D | script.c | 615 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/ |
D | lua_pictures.cpp | 52 if (!lua_isfunction(L, -1)) { in call_canvas()
|
/external/bcc/src/lua/src/ |
D | main.c | 77 if (!lua_isfunction(L, -1)) { in traceback()
|
/external/lua/src/ |
D | ldblib.c | 155 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()
|
D | lua.h | 372 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
D | loadlib.c | 640 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
|
/external/skqp/src/utils/ |
D | SkLuaCanvas.cpp | 23 if (!lua_isfunction(L, -1)) { in AutoCallLua()
|
D | SkLua.cpp | 1769 if (!lua_isfunction(L, -1)) { in AutoCallLua()
|