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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 285 lua_getmetatable(L,1); /* get the metatable */
329 lua_getmetatable(L,1); /* get the metatable */
405 lua_getmetatable(L,-1); /* get the metatable */
439 lua_getmetatable(L,-2);
478 lua_getmetatable(L,1); /* get the meta table */
510 lua_getmetatable(L,-1);
571 lua_getmetatable(L,-2); /* get the meta table */
626 lua_getmetatable(L,1); /* get the meta table */
688 lua_getmetatable(L,1); /* get the meta table */
862 lua_getmetatable(L,-1)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 103 if (!lua_getmetatable(L, 1)) {
ldblib.c 33 if (!lua_getmetatable(L, 1)) {
lua.h 231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex);
lauxlib.c 293 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */
700 if (!lua_getmetatable(L, obj)) /* no metatable? */
loadlib.c 606 if (!lua_getmetatable(L, 1)) {
lapi.c 686 LUA_API int lua_getmetatable (lua_State *L, int objindex) { function

Completed in 285 milliseconds