Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c201 #define lua_getmetatable dll_lua_getmetatable macro
510 if (lua_getmetatable(L, ud)) // does it have a metatable? in luaV_toudata()
665 if (lua_getmetatable(L, pos)) { in luaV_totypval()
691 if (lua_getmetatable(L, pos)) // has metatable? in luaV_totypval()
926 lua_getmetatable(L, 1); in luaV_list_index()
1228 lua_getmetatable(L, 1); in luaV_blob_index()
1434 lua_getmetatable(L, 1); in luaV_buffer_index()
1625 lua_getmetatable(L, 1); in luaV_window_index()
2135 if (lua_getmetatable(L, 1)) in luaV_type()
2318 lua_getmetatable(L, -1); in luaV_setref()