Searched refs:lua_getmetatable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c103 if (!lua_getmetatable(L, 1)) {
H A Dldblib.c33 if (!lua_getmetatable(L, 1)) {
H A Dlua.h231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex);
H A Dlauxlib.c293 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */
700 if (!lua_getmetatable(L, obj)) /* no metatable? */
H A Dloadlib.c606 if (!lua_getmetatable(L, 1)) {
H A Dlapi.c686 LUA_API int lua_getmetatable (lua_State *L, int objindex) { function

Completed in 732 milliseconds