HomeSort by relevance Sort by last modified time
    Searched refs:lua_iscfunction (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 303 if (lua_iscfunction(L,-1))
347 if (lua_iscfunction(L,-1))
447 if (lua_iscfunction(L,-1))
487 if (lua_iscfunction(L,-1))
579 if (lua_iscfunction(L,-1))
602 if (lua_iscfunction(L,-1)) /* if its there */
635 if (lua_iscfunction(L,-1))
648 if (lua_iscfunction(L,-1)) /* if its there */
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 249 luaL_argcheck(L, !lua_iscfunction(L, 1), 1, "Lua function expected");
250 luaL_argcheck(L, !lua_iscfunction(L, 3), 3, "Lua function expected");
lua.h 163 LUA_API int (lua_iscfunction) (lua_State *L, int idx);
loadlib.c 550 lua_iscfunction(L, -1))
lapi.c 261 LUA_API int lua_iscfunction (lua_State *L, int idx) { function

Completed in 49 milliseconds