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

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