Lines Matching refs:sethvalue
265 #define sethvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=5;checklivene… macro
1108 sethvalue(L,L->top++,htab);
2285 sethvalue(L,gt(L),luaH_new(L,0,2));
2286 sethvalue(L,registry(L),luaH_new(L,0,2));
2465 sethvalue(L,L->top,t);
3178 sethvalue(fs->L,&k,fs->h);
3894 sethvalue(L,L->top,fs->h);
4987 sethvalue(L,&g,cl->env);
4997 sethvalue(L,&g,cl->env);
5014 sethvalue(L,ra,luaH_new(L,luaO_fb2int(b),luaO_fb2int(c)));
5328 sethvalue(L,&L->env,func->c.env);
5609 sethvalue(L,L->top,luaH_new(L,narray,nrec));
5631 sethvalue(L,L->top,mt);
5643 sethvalue(L,L->top,clvalue(o)->c.env);
5646 sethvalue(L,L->top,uvalue(o)->env);
5741 sethvalue(L,gt(thvalue(o)),hvalue(L->top-1));