Searched refs:dv_scope (Results 1 – 8 of 8) sorted by relevance
44 d->dv_scope = 0; in dict_alloc()1097 if (d1->dv_scope != 0) in dict_extend()1101 if (d1->dv_scope == VAR_DEF_SCOPE in dict_extend()
1495 return PyInt_FromLong(this->dict->dv_scope); in DictionaryGetattr()
1700 return PyLong_FromLong(this->dict->dv_scope); in DictionaryGetattro()
1568 char dv_scope; // zero, VAR_SCOPE, VAR_DEF_SCOPE member
1116 if (rettv != NULL && lp->ll_dict->dv_scope != 0) in get_lval()1128 wrong = (lp->ll_dict->dv_scope == VAR_DEF_SCOPE in get_lval()
1131 if (d->dv_scope == VAR_DEF_SCOPE && tv.v_type == VAR_FUNC) in luaV_dict_newindex()
3042 dict->dv_scope = scope; in init_var_dict()
4100 if (fudi.fd_dict != NULL && fudi.fd_dict->dv_scope == VAR_DEF_SCOPE) in define_function()