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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luaruntime.swg 33 lua_pushglobaltable (L);
luarun.swg 66 /* lua_pushglobaltable is the recommended "future-proof" way to get
68 lua_pushglobaltable ourselves for Lua versions before 5.2. */
70 # define lua_pushglobaltable(L) lua_pushvalue(L, LUA_GLOBALSINDEX)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 449 lua_pushglobaltable(L);
450 lua_pushglobaltable(L);
loadlib.c 611 lua_pushglobaltable(L);
719 lua_pushglobaltable(L);
lua.h 343 #define lua_pushglobaltable(L) \ macro
lauxlib.c 70 lua_pushglobaltable(L);
817 lua_pushglobaltable(L);

Completed in 83 milliseconds