Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dexecutor.c1343 return arg->vval.v_dict->lua_table_ref != LUA_NOREF; in nlua_is_table_from_lua()
1345 return arg->vval.v_list->lua_table_ref != LUA_NOREF; in nlua_is_table_from_lua()
1355 table_ref = arg->vval.v_dict->lua_table_ref; in nlua_register_table_as_callable()
1357 table_ref = arg->vval.v_list->lua_table_ref; in nlua_register_table_as_callable()
H A Dconverter.c337 cur.tv->vval.v_list->lua_table_ref = table_ref; in nlua_pop_typval()
350 cur.tv->vval.v_dict->lua_table_ref = table_ref; in nlua_pop_typval()
360 cur.tv->vval.v_list->lua_table_ref = table_ref; in nlua_pop_typval()
366 cur.tv->vval.v_dict->lua_table_ref = table_ref; in nlua_pop_typval()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.h188 LuaRef lua_table_ref; member
255 LuaRef lua_table_ref; member
H A Dtypval.c222 list->lua_table_ref = LUA_NOREF; in tv_list_alloc()
306 NLUA_CLEAR_REF(l->lua_table_ref); in tv_list_free_list()
1435 d->lua_table_ref = LUA_NOREF; in tv_dict_alloc()
1487 NLUA_CLEAR_REF(d->lua_table_ref); in tv_dict_free_dict()