Lines Matching refs:luaV_getfield
74 #define luaV_getfield(L, s) \ macro
512 luaV_getfield(L, tname); // get metatable in luaV_toudata()
694 luaV_getfield(L, LUAVIM_LIST); in luaV_totypval()
704 luaV_getfield(L, LUAVIM_DICT); in luaV_totypval()
714 luaV_getfield(L, LUAVIM_BLOB); in luaV_totypval()
724 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_totypval()
823 luaV_getfield(L, luatname); \
865 luaV_getfield(L, LUAVIM_LIST); in luaV_newlist()
1042 luaV_getfield(L, LUAVIM_DICT); in luaV_newdict()
1187 luaV_getfield(L, LUAVIM_BLOB); in luaV_newblob()
1309 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_newfuncref()
2137 luaV_getfield(L, LUAVIM_LIST); in luaV_type()
2143 luaV_getfield(L, LUAVIM_DICT); in luaV_type()
2149 luaV_getfield(L, LUAVIM_BLOB); in luaV_type()
2155 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_type()
2161 luaV_getfield(L, LUAVIM_BUFFER); in luaV_type()
2167 luaV_getfield(L, LUAVIM_WINDOW); in luaV_type()
2311 luaV_getfield(L, LUAVIM_LIST); in luaV_setref()
2312 luaV_getfield(L, LUAVIM_DICT); in luaV_setref()
2313 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_setref()
2684 luaV_getfield(L, LUAVIM_FREE); \
2696 luaV_getfield(L, LUAVIM_LUAEVAL); in luaV_freetype()
2710 luaV_getfield(L, LUAVIM_SETREF); in set_ref_in_lua()