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

  /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 34 milliseconds